pass the correct args to compiletest

This commit is contained in:
Pietro Albini 2023-10-24 12:46:12 +02:00
parent 545cc830e1
commit 5a562d962e
No known key found for this signature in database
GPG key ID: CD76B35F7734769E

View file

@ -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")]