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