Skip to content

Commit 23994e1

Browse files
committed
Remove --enable-missing-tools usage in CI
1 parent f4d794e commit 23994e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ci/run.sh

-4
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ else
153153
fi
154154
fi
155155

156-
if [ "$RUST_RELEASE_CHANNEL" = "nightly" ] || [ "$DIST_REQUIRE_ALL_TOOLS" = "" ]; then
157-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-missing-tools"
158-
fi
159-
160156
# Unless we're using an older version of LLVM, check that all LLVM components
161157
# used by tests are available.
162158
if [ "$IS_NOT_LATEST_LLVM" = "" ]; then

0 commit comments

Comments
 (0)