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 3d29e84 commit d4011aeCopy full SHA for d4011ae
src/ci/run.sh
@@ -183,6 +183,9 @@ else
183
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
184
fi
185
186
+ # Download GCC from CI on test builders
187
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
188
+
189
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
190
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
191
0 commit comments