about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-04-23 11:04:56 +0200
committerJakub Beránek <berykubik@gmail.com>2025-04-23 11:04:56 +0200
commitd4011ae04372e3b0fb77e28487002c2f05f1b65a (patch)
tree576dc65187dc68c416ecd70545c09924087ad558
parent3d29e842a7036e40d4b1912fab2ab4d2036015c9 (diff)
downloadrust-d4011ae04372e3b0fb77e28487002c2f05f1b65a.tar.gz
rust-d4011ae04372e3b0fb77e28487002c2f05f1b65a.zip
Download GCC from CI on test builders
-rwxr-xr-xsrc/ci/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 6980d8220e5..b6143af632d 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -183,6 +183,9 @@ else
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
   fi
 
+  # Download GCC from CI on test builders
+  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
+
   if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
   fi