-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustbuild: Update bootstrap compiler #40524
Conversation
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
1365d4d
to
e58f9f5
Compare
@bors r+ |
📌 Commit e58f9f5 has been approved by |
rustbuild: Update bootstrap compiler Now that we've also updated cargo's release process this commit also changes the download location of Cargo from Cargos archives back to the static.r-l.o archives. This should ensure that the Cargo download is the exact Cargo paired with the rustc that we release.
☔ The latest upstream changes (presumably #40538) made this pull request unmergeable. Please resolve the merge conflicts. |
e58f9f5
to
0d5184c
Compare
@bors: r=brson |
📌 Commit 0d5184c has been approved by |
🔒 Merge conflict |
☔ The latest upstream changes (presumably #40693) made this pull request unmergeable. Please resolve the merge conflicts. |
0d5184c
to
f9eea7b
Compare
@bors: r=brson |
📌 Commit f9eea7b has been approved by |
⌛ Testing commit f9eea7b with merge b6d437f... |
💔 Test failed - status-travis |
f9eea7b
to
7496acb
Compare
@bors: r=brson |
📌 Commit 7496acb has been approved by |
7a9b4c2
to
c2b44a3
Compare
@bors: r=brson |
📌 Commit c2b44a3 has been approved by |
rustbuild: Update bootstrap compiler Now that we've also updated cargo's release process this commit also changes the download location of Cargo from Cargos archives back to the static.r-l.o archives. This should ensure that the Cargo download is the exact Cargo paired with the rustc that we release.
Both #40810 and #40884 had this pull request in common and failed with the same error:
Is this error somehow related to this PR? |
Gah sorry forgot to r- this, yes that is the fault of this PR @bors: r- |
Now that we've also updated cargo's release process this commit also changes the download location of Cargo from Cargos archives back to the static.r-l.o archives. This should ensure that the Cargo download is the exact Cargo paired with the rustc that we release.
ce78d19
to
c033942
Compare
@bors: r+ |
📌 Commit c033942 has been approved by |
@bors: r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit c033942 has been approved by |
⌛ Testing commit c033942 with merge 0ec68ff... |
💔 Test failed - status-appveyor |
@bors: retry
|
⌛ Testing commit c033942 with merge 8b7efd6... |
@bors retry |
rustbuild: Update bootstrap compiler Now that we've also updated cargo's release process this commit also changes the download location of Cargo from Cargos archives back to the static.r-l.o archives. This should ensure that the Cargo download is the exact Cargo paired with the rustc that we release.
☀️ Test successful - status-appveyor, status-travis |
Now that we've also updated cargo's release process this commit also changes the
download location of Cargo from Cargos archives back to the static.r-l.o
archives. This should ensure that the Cargo download is the exact Cargo paired
with the rustc that we release.