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

[deps] Correctly "pack" the unwind and llvmunwind checksums into the correct files #42643

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

DilumAluthge
Copy link
Member

This pull request correctly "packs" all of the unwind and llvmunwind checksums into the correct files.

In order to generate this pull request, I ran the following commands:

git clone [email protected]:JuliaLang/julia.git
cd julia
make -f contrib/refresh_checksums.mk unwind
make -f contrib/refresh_checksums.mk llvmunwind

Note: some of the existing lines in the files have been reordered. I'm guessing that this is due to differences in how the lines are sorted on Linux versus macOS.

@DilumAluthge DilumAluthge added building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries labels Oct 14, 2021
@DilumAluthge DilumAluthge added the merge me PR is reviewed. Merge when all tests are passing label Oct 14, 2021
@vtjnash vtjnash removed the merge me PR is reviewed. Merge when all tests are passing label Oct 14, 2021
…the correct files

Modifies the refresh-checksums files to ensure these are in the correct
files, without raciness.
@vtjnash vtjnash force-pushed the dpa/unwind-checksums branch from 5508a1e to 7e61a1e Compare October 14, 2021 19:44
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Oct 14, 2021
@staticfloat
Copy link
Member

make is such a bother. Thanks for the help, Jameson!

@staticfloat staticfloat merged commit d744523 into master Oct 14, 2021
@staticfloat staticfloat deleted the dpa/unwind-checksums branch October 14, 2021 21:22
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Oct 19, 2021
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
…the correct files (JuliaLang#42643)

Modifies the refresh-checksums files to ensure these are in the correct
files, without raciness.
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
…the correct files (JuliaLang#42643)

Modifies the refresh-checksums files to ensure these are in the correct
files, without raciness.
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 external dependencies Involves LLVM, OpenBLAS, or other linked libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants