-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies
Milestone
Description
While building julia with USE_BINARYBUILDER=0, the llvm tarball fetched is llvm-julia-16.0.6-2.tar.gz, and it failed the checksum check.
the deps/checksums/llvm has been updated by #53195, and the downloaded file currently match the previous hash.
I am unsure if:
- the fetched file isn't the right one because the PR updated llvm to 16.0.6+4 (and we are fetching 16.0.6-2)
- the fetched file isn't the right one because the file should have been updated too (and it wasn't)
- the fetched file is the right one and the checksum change is unintented
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies