pass the correct args to compiletest
This commit is contained in:
parent
545cc830e1
commit
5a562d962e
1 changed files with 4 additions and 0 deletions
|
|
@ -1873,6 +1873,10 @@ note: if you're sure you want to do this, please open an issue as to why. In the
|
|||
cmd.arg("--git-hash");
|
||||
}
|
||||
|
||||
let git_config = builder.config.git_config();
|
||||
cmd.arg("--github-repository").arg(git_config.github_repository);
|
||||
cmd.arg("--nightly-branch").arg(git_config.nightly_branch);
|
||||
|
||||
builder.ci_env.force_coloring_in_ci(&mut cmd);
|
||||
|
||||
#[cfg(feature = "build-metrics")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue