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

Update libuv to v2-1.48.0 #8081

Merged
merged 6 commits into from
Feb 9, 2024
Merged

Update libuv to v2-1.48.0 #8081

merged 6 commits into from
Feb 9, 2024

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Feb 9, 2024

Smoke build for JuliaLang/julia#49937 to test if this update will go through smoothly

@vtjnash
Copy link
Member Author

vtjnash commented Feb 9, 2024

Windows issue is a rebase mistake (dropped libuv/libuv#4261)

What is wrong with the sanitize build? This snippet of code seems to be copied into every build recipe, but is just broken here?

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

@giordano
Copy link
Member

giordano commented Feb 9, 2024

What is wrong with the sanitize build? This snippet of code seems to be copied into every build recipe, but is just broken here?

We don't have compiler-rt for llvm 16 for x86_64-linux-gnu (#7877)

@vtjnash vtjnash marked this pull request as ready for review February 9, 2024 21:59
@vtjnash vtjnash merged commit fb1f971 into master Feb 9, 2024
20 checks passed
@vtjnash vtjnash deleted the jn/libuv-v1.48.0-dev branch February 9, 2024 22:21
grasph pushed a commit to Moelf/Yggdrasil that referenced this pull request Jul 1, 2024
* [LibUV] Use GCC 5 for stdatomic.h
* [LibUV] Use LLVMCompilerRT v13
* [LibUV] Match LLVM and LLVMCompilerRT versions

Co-authored-by: Mosè Giordano <[email protected]>
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