Skip to content

Commit 4129f3a

Browse files
committed
Temporarily disable gcc.download-ci-gcc
Because we renamed the CI component. We will have to re-enable it in a follow-up PR.
1 parent 7b8d4c6 commit 4129f3a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/ci/run.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@ else
187187
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
188188
fi
189189

190-
# Download GCC from CI on test builders
191-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
190+
# Download GCC from CI on test builders (temporarily disabled because the CI gcc component
191+
# was renamed).
192+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=false"
192193

193194
# download-rustc seems to be broken on CI after the stage0 redesign
194195
# Disable it until these issues are debugged and resolved

0 commit comments

Comments
 (0)