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

[p7zip] Update to 17.05 #8352

Merged
merged 2 commits into from
Mar 26, 2024
Merged

[p7zip] Update to 17.05 #8352

merged 2 commits into from
Mar 26, 2024

Conversation

fxcoudert
Copy link
Contributor

Released: Feb 20, 2023

@fxcoudert
Copy link
Contributor Author

if [[ ${bb_full_target} == *-sanitize+memory* ]]; then
    # Install msan runtime (for clang)
    cp -rL ${libdir}/linux/* /opt/x86_64-linux-musl/lib/clang/*/lib/linux/
fi

So, the script expects that if the target has sanitize+memory it is x86_64-linux-musl. But the runner that fails is actually x86_64-linux-gnu-sanitize+memory, not musl; and indeed, there is no musl runner with sanitize+memory.

I feel like I need a bit of background information here.

@giordano
Copy link
Member

Problem is that we don't have msan libraries in our compiler-rt build of LLVM 16, so we need to pin llvm 13

@giordano giordano merged commit 1dbf5ee into JuliaPackaging:master Mar 26, 2024
20 checks passed
@fxcoudert fxcoudert deleted the p7zip branch March 26, 2024 06:43
KristofferC pushed a commit to JuliaLang/julia that referenced this pull request Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants