Skip to content

Commit 75f614b

Browse files
committed
Download GCC from CI on test builders
1 parent 4d30011 commit 75f614b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ else
179179
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
180180
fi
181181

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

0 commit comments

Comments
 (0)