diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2023-12-28 12:43:04 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-12-28 16:08:39 +0100 |
| commit | 23994e1d760e0c163ead0821262bd40ff90eb24a (patch) | |
| tree | 002b91bb16cf4aab12173fd559d93bb777c4828e /src | |
| parent | f4d794ea0b845413344621d89f6c945062748485 (diff) | |
| download | rust-23994e1d760e0c163ead0821262bd40ff90eb24a.tar.gz rust-23994e1d760e0c163ead0821262bd40ff90eb24a.zip | |
Remove `--enable-missing-tools` usage in CI
Diffstat (limited to 'src')
| -rwxr-xr-x | src/ci/run.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh index 5700172fd3e..e48fac1a087 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -153,10 +153,6 @@ else fi fi -if [ "$RUST_RELEASE_CHANNEL" = "nightly" ] || [ "$DIST_REQUIRE_ALL_TOOLS" = "" ]; then - RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-missing-tools" -fi - # Unless we're using an older version of LLVM, check that all LLVM components # used by tests are available. if [ "$IS_NOT_LATEST_LLVM" = "" ]; then |
