-
Notifications
You must be signed in to change notification settings - Fork 101
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
Support riscv64 #1355
Support riscv64 #1355
Conversation
This depends on JuliaIO/ObjectFile.jl#47 and JuliaPackaging/BinaryBuilderBase.jl#375. Tests will fail until these are merged. |
The "full shard test" fails because |
Yes, we'll need to rebuild CSL as one of the first things, but we'll need to merge this PR first and update packages in Yggdrasil. If there isn't anything else outstanding here (I don't think?) we can do it. |
That's the only failing test I see. |
There is also the test "gfortran linking specialty flags". It tests a list of architectures (most of them?), but it doesn't test riscv64 yet. |
Ugh, we should have updated BinaryBuilder.jl/src/AutoBuild.jl Line 199 in 31cdda0
|
I guess I should have actually read the error message:
This couldn't have been related to CSL, since that's not a |
No description provided.