Skip to content

Commit 3f726dd

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 f3c32ea commit 3f726dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ else
188188
fi
189189

190190
# Download GCC from CI on test builders
191-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
191+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=false"
192192

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

0 commit comments

Comments
 (0)