Skip to content

Commit 5afd2d9

Browse files
committed
bootstrap: no longer pass --git-hash
1 parent c6c29bf commit 5afd2d9

File tree

1 file changed

+0
-4
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-4
lines changed

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,10 +2125,6 @@ NOTE: if you're sure you want to do this, please open an issue as to why. In the
21252125

21262126
cmd.arg("--channel").arg(&builder.config.channel);
21272127

2128-
if !builder.config.omit_git_hash {
2129-
cmd.arg("--git-hash");
2130-
}
2131-
21322128
let git_config = builder.config.git_config();
21332129
cmd.arg("--git-repository").arg(git_config.git_repository);
21342130
cmd.arg("--nightly-branch").arg(git_config.nightly_branch);

0 commit comments

Comments
 (0)