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