We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--enable-missing-tools
1 parent f4d794e commit 23994e1Copy full SHA for 23994e1
src/ci/run.sh
@@ -153,10 +153,6 @@ else
153
fi
154
155
156
-if [ "$RUST_RELEASE_CHANNEL" = "nightly" ] || [ "$DIST_REQUIRE_ALL_TOOLS" = "" ]; then
157
- RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-missing-tools"
158
-fi
159
-
160
# Unless we're using an older version of LLVM, check that all LLVM components
161
# used by tests are available.
162
if [ "$IS_NOT_LATEST_LLVM" = "" ]; then
0 commit comments