about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-21 06:56:48 +0100
committerGitHub <noreply@github.com>2025-03-21 06:56:48 +0100
commit828f33ce968ce390e98121a8d745cd95fac03593 (patch)
treeb99637b5a6d1aab701f2a16a0437e296e1af8eeb /compiler/rustc_driver_impl/src
parent1135a632861710c6c42b25324e60319a2226d1ca (diff)
parentb5eaeafc8b170797f9e461152dcb730beced2bf5 (diff)
downloadrust-828f33ce968ce390e98121a8d745cd95fac03593.tar.gz
rust-828f33ce968ce390e98121a8d745cd95fac03593.zip
Rollup merge of #138743 - onur-ozkan:override-is-ci-behaviour, r=Kobzol
bootstrap: add `--ci` flag

To make bootstrap act like it's running on CI, we had to override the `GITHUB_ACTIONS` environment variable which is a hidden detail of `CiEnv::is_ci`. Now, we can use the `--ci` flag directly on bootstrap which will be documented automatically from `x --help`. This also helps us to avoid race conditions on bootstrap (overriding `GITHUB_ACTIONS` env in each test can cause that if we run the tests in parallel) tests.
Diffstat (limited to 'compiler/rustc_driver_impl/src')
0 files changed, 0 insertions, 0 deletions