-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
[beta] Utilize released stable over dev-static #64046
Conversation
|
@@ -25,7 +25,7 @@ cargo: 0.38.0 | |||
# | |||
# This means that there's a small window of time (a few days) where artifacts | |||
# are downloaded from dev-static.rust-lang.org instead of static.rust-lang.org. | |||
# In order to ease this transition we have an extra key which is in the | |||
# In order to ease this transition we have an extra key which is in the |
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.
I feel like this happens every time I edit this file... probably because we keep re-getting this from master or something.
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.
Maybe send a PR to master with that change?
@bors r+ p=-1 |
📌 Commit 15a07a8 has been approved by |
[beta] Rollup backports Rolled up: * [beta] Utilize released stable over dev-static #64046 Cherry picked: * Update rust-installer to limit memory use #63984 * debuginfo: give unique names to closure and generator types #63875 * ci: move libc mirrors to the rust-lang-ci-mirrors bucket #63772 * Fix nested eager expansions in arguments of `format_args` #63717 r? @ghost
☔ The latest upstream changes (presumably #64097) made this pull request unmergeable. Please resolve the merge conflicts. |
Fixes #63964
This isn't a complete fix for the above issue in that it doesn't deal with the caching problem but this does solve the problem for now and the caching problem is somewhat harder to solve.
r? @pietroalbini