Skip to content
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

jlchecksum: Use first matching checksum instead of concatenating #57854

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

mlechu
Copy link
Member

@mlechu mlechu commented Mar 21, 2025

Some redundant checksums were added in #57745 (likely by the checksum refresh script), which was giving me build failures on a fresh clone by calculating the "true" checksum of suitesparse to be the concatenation of many checksums. This PR deletes the extras and fixes the handling of this in the future.

Also delete duplicate checksums from suitesparse
@mlechu mlechu added the building Build system, or building Julia or its dependencies label Mar 21, 2025
@LilithHafner LilithHafner requested a review from ViralBShah March 21, 2025 19:41
@ViralBShah ViralBShah merged commit e746505 into JuliaLang:master Mar 21, 2025
4 of 8 checks passed
@ViralBShah
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants