-
Notifications
You must be signed in to change notification settings - Fork 13.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
[work in progress] Upgrade to musl 1.2.3 #102891
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
8dad4d7
to
ca13b68
Compare
@bors try |
⌛ Trying commit ca13b688e8ff91d230ea632e011eb9f14cc0aae4 with merge 7a25e4df4d743fea03e37eda7be5b06e1f5a1fe8... |
💔 Test failed - checks-actions |
This comment was marked as outdated.
This comment was marked as outdated.
fe869f2
to
d7ff3c3
Compare
@bors try |
⌛ Trying commit d7ff3c304b807cb02e4e229d61a1aadd3710fb6d with merge f3364a388441ef6815346941a29f8033c29dd3f6... |
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit 5aee412d61871327208a1568064504feb22f34cd with merge e392e7b50913d5cb6e2c08d70cdeb72e56d289f9... |
☀️ Try build successful - checks-actions |
1 similar comment
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Starting with a small crater run just to make sure things are working correctly... @craterbot run mode=build-and-test crates=top-100 name=musl_upgrade_test start=try#8dae881ac166f8debe04e17604ebbe2ab47083fd+target=i686-unknown-linux-musl end=try#e392e7b50913d5cb6e2c08d70cdeb72e56d289f9+target=i686-unknown-linux-musl+patch=libc=https://github.com/wesleywiser/libc=musl-1.2 |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
0d3a863
to
622998e
Compare
@bors try |
⌛ Trying commit 622998e with merge 04c11acd339209418a0f193687aa4190c1b645cf... |
☀️ Try build successful - checks-actions |
@craterbot run mode=build-and-test name=musl_upgrade_1_2_take3 start=try#fc4ba03ef77ca5018fb78a097d3b924d30f15bfc+target=i686-unknown-linux-musl end=try#04c11acd339209418a0f193687aa4190c1b645cf+target=i686-unknown-linux-musl+patch=libc=https://github.com/wesleywiser/libc=musl-1.2 |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
@craterbot run mode=build-and-test name=musl_upgrade_1_2_take4 start=try#fc4ba03ef77ca5018fb78a097d3b924d30f15bfc+target=i686-unknown-linux-musl end=try#04c11acd339209418a0f193687aa4190c1b645cf+target=i686-unknown-linux-musl+patch=libc=https://github.com/wesleywiser/libc=musl-1.2 |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
@wesleywiser it looks like you continued this work in #107129, so I'm going to close this PR - feel free to reopen if they're different in some way I haven't spotted. |
This PR is a companion PR to rust-lang/libc#2088 which updates
libc
's bindings to support musl 1.2.3. In this PR, we begin building & distributing musl targets with 1.2.3 and update thelibc
dependency to point to the new version (as the other PR has not yet been merged, I've pointedlibc
at my fork for now).With this PR, we should be able to do a crater run of the musl upgrade.
r? @ghost