-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
2.31 does not precompile #519
Comments
|
This was solved in #521 and the hotfix has already been sent to Pkg. |
Maybe we should get CI running on apple silicon (or some other ARM CPU)?
https://github.com/julia-actions/setup-julia |
Maybe. We usually avoid that kind of complication unless the library is actually architecture-specific, since there's no reason to hundreds of extra tests if it's just normal Julia code. LinearSolve is started to get a bit borderline though with its BLAS defaulting. |
Apple silicon is in macos-latest on github actions now. |
The text was updated successfully, but these errors were encountered: