Open lfoppiano opened 4 months ago
@kermitt2 I've created a Github action that should be able to build it. I tried to run the tests but they fail because there is no data in the database. It should work with the latest grobid version compiled with JDK 11.
Hi @lfoppiano ! Thank you.
Indeed simply removing the --add-opens jdk.incubator.foreign
makes it working with jdk 11, which is funny because I added all these modules, including this specific one, to have it running on jdk >8.
About the tests, they can be run only after downloading the data files and installing them, I think it has always been like that. But I can confirm that the tests are fine with the data.
I will merge the PR when grobid version 0.8.1 is published - I updated the master so that it works with version 0.8.0 and jdk 11.
I managed to have the build work and it seems that there are issues with the tests. I haven't tried to run it, yet.
Here the broken test classes:
All the failing test are due to the same error, and I think it's due to the fact that I lmdbjni does not exists for arm 64.