-
Notifications
You must be signed in to change notification settings - Fork 13k
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 musl to 1.1.19 and add patch to fix tls issue #52087
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
I've tested it locally and it fixes #48967. |
This comment has been minimized.
This comment has been minimized.
src/ci/docker/scripts/musl.sh
Outdated
@@ -32,11 +32,17 @@ shift | |||
|
|||
export CFLAGS="-fPIC $CFLAGS" | |||
|
|||
MUSL=musl-1.1.18 | |||
# TODO: remove the patch when upate to 1.1.20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[00:04:35] tidy error: /checkout/src/ci/docker/scripts/musl.sh:35: TODO is deprecated; use FIXME
@bors: r+ |
📌 Commit f969b61 has been approved by |
Update musl to 1.1.19 and add patch to fix tls issue This fixes #48967
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
1 similar comment
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry 3 hour timeout because Docker cache is invalidated. |
Update musl to 1.1.19 and add patch to fix tls issue This fixes rust-lang#48967
This fixes #48967