[beta] Utilize released stable over dev-static#64046
Merged
bors merged 1 commit intorust-lang:betafrom Sep 3, 2019
Merged
Conversation
Contributor
|
Mark-Simulacrum
commented
Aug 31, 2019
| # 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 |
Member
Author
There was a problem hiding this comment.
I feel like this happens every time I edit this file... probably because we keep re-getting this from master or something.
Member
There was a problem hiding this comment.
Maybe send a PR to master with that change?
Member
|
@bors r+ p=-1 |
Collaborator
|
📌 Commit 15a07a8 has been approved by |
emilyalbini
added a commit
to emilyalbini/rust
that referenced
this pull request
Sep 2, 2019
bors
added a commit
that referenced
this pull request
Sep 3, 2019
[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
Collaborator
|
☔ The latest upstream changes (presumably #64097) made this pull request unmergeable. Please resolve the merge conflicts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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