Skip to content
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

build-manifest: strip newline from rustc version #79096

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

pietroalbini
Copy link
Member

While running the release process for Rust 1.48.0 I discovered a bug in build-manifest: it's not trimming the newline from src/version, and it tries to inspect tarballs called rustc-1.48.0\n-x86_64-unknown-linux-gnu.tar.xz. The bug only affects stable releases so this is why we're only seeing it right now.

r? @Mark-Simulacrum
We'll need to backport this to beta and nightly too.

@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

  • Pull requests are usually filed against the master branch for this repo, but this one is against stable. Please double check that you specified the right target!

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 16, 2020
@Mark-Simulacrum
Copy link
Member

@bors r+ rollup=never p=100

@bors
Copy link
Contributor

bors commented Nov 16, 2020

📌 Commit 82a102b has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 16, 2020
@bors
Copy link
Contributor

bors commented Nov 16, 2020

⌛ Testing commit 82a102b with merge 7eac88a...

@bors
Copy link
Contributor

bors commented Nov 16, 2020

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 7eac88a to stable...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Nov 16, 2020
@bors bors merged commit 7eac88a into rust-lang:stable Nov 16, 2020
@rustbot rustbot added this to the 1.48.0 milestone Nov 16, 2020
@pietroalbini pietroalbini deleted the stable-build-manifest-newline branch November 16, 2020 16:16
m-ou-se added a commit to m-ou-se/rust that referenced this pull request Nov 17, 2020
…, r=Mark-Simulacrum

build-manifest: strip newline from rustc version

Backport of rust-lang#79096 on the master branch. This will also need to be included in the beta bump tomorrow.

r? `@Mark-Simulacrum`
`@rustbot` modify labels: beta-nominated beta-accepted T-infra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants