-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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] Another round of backporting PRs to beta #39750
Conversation
Prevents stale artifacts from sticking around by accident!
The current manifests encode this with a dash in the name, so we should preserve that!
Right now we just run `shasum` on an absolute path but right now the shasum files only include filenames, so let's use `current_dir` and just the file name to only have the file name emitted.
The previous fix contained an error where `toml::encode` returned a runtime error, so this version just constructs a literal `toml::Value`.
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 78c2148 has been approved by |
@bors: r=brson (adding a beta version bump to this PR) |
📌 Commit f51adf9 has been approved by |
1 similar comment
📌 Commit f51adf9 has been approved by |
⌛ Testing commit f51adf9 with merge a04cc9a... |
💔 Test failed - status-travis |
@bors: retry
|
… On Wed, Feb 15, 2017 at 7:48 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/201857610>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39750 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95OUdhYVsNkGb5ZSBKxz6TbdobJoBks5rcwIYgaJpZM4L-Ue1>
.
|
⌛ Testing commit f51adf9 with merge 8e248d0... |
💔 Test failed - status-travis |
… On Wed, Feb 15, 2017 at 4:02 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/202001941>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39750 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95MGxtIiMF9IB4XiTvDy9lw5h8C9Pks5rc3XjgaJpZM4L-Ue1>
.
|
☀️ Test successful - status-appveyor, status-travis |
This is a backport of the following PRs:
make clean
#39622