Skip to content

Commit d4011ae

Browse files
committed
Download GCC from CI on test builders
1 parent 3d29e84 commit d4011ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/run.sh

+3
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ else
183183
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
184184
fi
185185

186+
# Download GCC from CI on test builders
187+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
188+
186189
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
187190
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
188191
fi

0 commit comments

Comments
 (0)