-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tests currently fail on M1, but not on Intel MacOS #18
Comments
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/cmake-fails-to-build-on-m1-mac-apple-silicon/61964/8 |
As of
|
@paulbarber just wanted to bring you into this conversation. I assume this is an issue in core |
As a next step, I'd like to see whether the tests fail also on Intel Macs, or only Apple Silicon machines. Either way though, we should try to minify this example to something that can be reproduced in flimlib alone. |
I have managed to get this to build on M1 (see here flimlib/flimlib#60 (comment)) but it only works if I force the tests to be skipped i.e.
mvn clean install -DskipTests
The error message is here:
From googling around it looks like
Failed to load class "org.slf4j.impl.StaticLoggerBinder"
could be fixed by e.g. https://stackoverflow.com/a/9919375/7359333My colleague @drmattews doesn't need to force the tests to fail on his Intel Mac (it appears to work out of the box) so the issue seems to be somewhat M1/Apple Silicon related
The text was updated successfully, but these errors were encountered: