Skip to content

Commit 5a562d9

Browse files
committed
pass the correct args to compiletest
1 parent 545cc83 commit 5a562d9

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,10 @@ note: if you're sure you want to do this, please open an issue as to why. In the
18731873
cmd.arg("--git-hash");
18741874
}
18751875

1876+
let git_config = builder.config.git_config();
1877+
cmd.arg("--github-repository").arg(git_config.github_repository);
1878+
cmd.arg("--nightly-branch").arg(git_config.nightly_branch);
1879+
18761880
builder.ci_env.force_coloring_in_ci(&mut cmd);
18771881

18781882
#[cfg(feature = "build-metrics")]

0 commit comments

Comments
 (0)