-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Use different mirror for linux headers in musl-toolchain CI script. #78316
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use different mirror for linux headers in musl-toolchain CI script. #78316
Conversation
22dda46
to
fceee98
Compare
@bors r+ p=1000 |
📌 Commit 2949d5d0e78b91e3642521aaef836600fe35bfff has been approved by |
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
⌛ Testing commit 2949d5d0e78b91e3642521aaef836600fe35bfff with merge 160c24a2876723b73b1b56594ebffeef889df6c7... |
2949d5d
to
409a5ea
Compare
📌 Commit 409a5ea517466d7e54ce622310bc5d06174e3948 has been approved by |
⌛ Testing commit 409a5ea517466d7e54ce622310bc5d06174e3948 with merge 233fd53021f20d2ecedc4698d77a8f414a609e56... |
409a5ea
to
76e51b8
Compare
Apparently, the script wants the url without the trailing slash. :) @bors r=pietroalbini retry |
📌 Commit 76e51b8 has been approved by |
☀️ Test successful - checks-actions |
…ulacrum [beta] backports This backports a number of PRs to beta: * Add delay_span_bug to no longer ICE rust-lang#78645 * Do not ICE on invalid input rust-lang#78422 * revert rust-lang#75443, update mir validator rust-lang#78410 * Do not try to report on closures to avoid ICE rust-lang#78268 * Disable "optimization to avoid load of address" in InstCombine rust-lang#78195 * Disable MatchBranchSimplification rust-lang#78151 * Do not ICE with TraitPredicates containing [type error] rust-lang#77930 * Tweak `if let` suggestion to be more liberal with suggestion and to not ICE rust-lang#77283 * Use different mirror for linux headers in musl-toolchain CI script. rust-lang#78316
Should hopefully fix the CI failure of #78309
musl-cross-make
Makefile for reference: https://github.com/richfelker/musl-cross-make/blob/a54eb56f33f255dfca60be045f12a5cfaf5a72a9/Makefiler? @pietroalbini