-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Julia 1.11.2 hangs the aarch64 builds #2198
Comments
Hi,
I think to reproduce you need to run:
Don't forget to revert the patch I made to not use 1.11.2 |
Sorry, I never came back to this because I don't have access to Google Cloud nor any aarch64-linux machine with Docker set up, but I just tried to run the following JULIA_CPU_TARGET="generic;cortex-a57;thunderx2t99;carmel,clone_all;apple-m1,base(3);neoverse-512tvb,base(3)" julia --project=. -e '
import Pkg;
Pkg.update();
Pkg.add([
"HDF5",
"IJulia",
"Pluto"
]);
Pkg.precompile();
' with Julia v1.11.2 and v1.11.3 on Nvidia Grace, Apple M1 (with Asahi Linux), Ampere eMAG, and Ampere Altra Max M128-30 (the latter should be somewhat similar to the Google Cloud one) and all processes finished within 2-3 minutes for me. |
Thanks for checking. I don’t think you should spend any more time on this, to be honest. As soon as GitHub-hosted runners start working properly, we’ll be able to close this issue, because these runners don’t have this problem. |
More info: #2178
The text was updated successfully, but these errors were encountered: