-
-
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
The contrib/refresh_checksums.mk
script does not create or update the checksums for the libunwind-1.3.2.tar.gz
file
#42619
Comments
@staticfloat @vtjnash How can I add the necessary checksums? I tried running both of the following commands, but neither command added the checksums that I need.
|
Is there a way that I can get I tried |
USE_BINARYBUILDER=0
, checksums are missing for the libunwind-1.3.2.tar.gz
filecontrib/refresh_checksums.mk
script does not create or update the checksums for the libunwind-1.3.2.tar.gz
file
If you run:
You see that it actually runs the So the solution here is to just fix the name of the from-source checksumming target: #42630 |
See also #42592
When running
make USE_BINARYBUILDER=0
on Buildkite, I get the following error, caused by the fact that some checksums are missing for thelibunwind-1.3.2.tar.gz
file.Full log: https://buildkite.com/julialang/julia-master-scheduled/builds/279#7455b03b-ccf5-447f-be07-61a6fa280e09
The text was updated successfully, but these errors were encountered: