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.
1 parent 6a3c45e commit 11af16cCopy full SHA for 11af16c
src/ci/run.sh
@@ -173,6 +173,10 @@ else
173
# included with LLVM, since a dynamic libstdcpp may not be available.
174
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
175
fi
176
+
177
+ if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
178
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
179
+ fi
180
181
182
if [ "$ENABLE_GCC_CODEGEN" = "1" ]; then
0 commit comments