Skip to content

Commit

Permalink
Rollup merge of rust-lang#129917 - Kobzol:fix-beta-git, r=Mark-Simula…
Browse files Browse the repository at this point in the history
…crum

Fix parsing of beta version in dry-run mode

This was blocking beta release.

r? `@BoxyUwU`
  • Loading branch information
matthiaskrgr committed Sep 3, 2024
2 parents 6e38c9b + f1e5191 commit 29bcf80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,7 @@ Executed at: {executed_at}"#,
"refs/remotes/origin/{}..HEAD",
self.config.stage0_metadata.config.nightly_branch
))
.run_always()
.run_capture(self)
.stdout()
});
Expand Down

0 comments on commit 29bcf80

Please sign in to comment.