Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70a372a

Browse files
committedMar 12, 2025
Download GCC from CI on test builders
1 parent a21d978 commit 70a372a

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
@@ -180,6 +180,9 @@ else
180180
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
181181
fi
182182

183+
# Download GCC from CI on test builders
184+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
185+
183186
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
184187
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
185188
fi

0 commit comments

Comments
 (0)
Failed to load comments.