Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XCode10 CI tests are failing #3

Open
greglandrum opened this issue Feb 13, 2020 · 1 comment
Open

XCode10 CI tests are failing #3

greglandrum opened this issue Feb 13, 2020 · 1 comment

Comments

@greglandrum
Copy link
Member

I'm not enough of a Java wizard to figure out what's going on here and don't have an XCode10 machine available to try on my own, but the Travis-CI builds for XCode10 are regularly failing. Here's an example from the dev branch:
https://travis-ci.com/rdkit/neo4j-rdkit/jobs/232173334

@evgerher @sarmbruster : any thoughts on how we can deal with this? Given that the other CI builds are passing, I'm happy to either ignore it or disable the XCode10 builds, but that's not a great long-term solution. Something seems to have changed that is interfering with Evgeniy's code that extracts native libraries from the jar file and saves a temp copy.

@sarmbruster
Copy link
Contributor

@evgerher I think the relevant stacktrace ist this one


	at java.base/java.lang.Class.getDeclaredField(Class.java:2412)

	at org.rdkit.neo4j.bin.LibraryMover.addLibraryPath(LibraryMover.java:244)

	at org.rdkit.neo4j.bin.LibraryMover.createTempLibraryPath(LibraryMover.java:231)

	at org.rdkit.neo4j.bin.LibraryMover.resolveMissingLibraries(LibraryMover.java:61)

	... 48 more```

sarmbruster added a commit to sarmbruster/neo4j-rdkit that referenced this issue Mar 27, 2020
sarmbruster added a commit to sarmbruster/neo4j-rdkit that referenced this issue Mar 28, 2020
evgerher added a commit that referenced this issue Mar 28, 2020
issue #3 disable osx builds temporarily
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants