-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Source build for Julia 1.9.2 has broken #51408
Comments
Right, we need to patch our from source sources/checksums on master and potentially also on the backports |
Checksum changed as OpenBLAS moved from https://github.com/xianyi/OpenBLAS to https://github.com/OpenMathLib/OpenBLAS. Closes #51408.
This is now fixed in |
I'm running into this issue when trying to build older versions of Julia to run a bisection. Is there a way to bypass the checksum verification? (this is running in a sandboxed environment so I'm okay with being vulnerable to arbitrary code execution) |
It seems the checksum has changed because OpenBLAS has moved from https://github.com/xianyi/OpenBLAS to https://github.com/OpenMathLib/OpenBLAS.
This has broken our build again; there was a similar problem with Julia 1.8.2. :(
The last fix was to recreate the original. This time, we may have to change the checksum and do a patch release?
Cc: @KristofferC
The text was updated successfully, but these errors were encountered: