-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Use link modifiers -bundle on musl and wasi target #2272
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon. Please see the contribution instructions for more information. |
☔ The latest upstream changes (presumably #2271) made this pull request unmergeable. Please resolve the merge conflicts. |
Hello world don't compile on It seems this pr will fix this, see rust-lang/rust#89626 (comment) |
Provide standalone libc.a in self-contained for musl and wasi This is a prerequisites of rust-lang/libc#2272, which in turn fix: - rust-lang/wg-cargo-std-aware#66 - rust-lang#89626
@bors r+ |
📌 Commit fd331f6 has been approved by |
Use link modifiers -bundle on musl and wasi target Implement rust-lang/rust#72274 Fix: - rust-lang/wg-cargo-std-aware#66 - rust-lang/rust#89626 TODO: - [x] Implement rustbuild side change: rust-lang/rust#90527
💔 Test failed - checks-actions |
Network failure
|
@bors retry |
Use link modifiers -bundle on musl and wasi target Implement rust-lang/rust#72274 Fix: - rust-lang/wg-cargo-std-aware#66 - rust-lang/rust#89626 TODO: - [x] Implement rustbuild side change: rust-lang/rust#90527
💔 Test failed - checks-actions |
@bors retry |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Implement rust-lang/rust#72274
Fix:
getauxval
in functioninit_have_lse_atomics
when compiling to nightlyaarch64-unknown-linux-musl
rust#89626TODO: