We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gcc.download-ci-gcc
1 parent 7b8d4c6 commit 4129f3aCopy full SHA for 4129f3a
1 file changed
src/ci/run.sh
@@ -187,8 +187,9 @@ else
187
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.static-libstdcpp"
188
fi
189
190
- # Download GCC from CI on test builders
191
- RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
+ # Download GCC from CI on test builders (temporarily disabled because the CI gcc component
+ # was renamed).
192
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=false"
193
194
# download-rustc seems to be broken on CI after the stage0 redesign
195
# Disable it until these issues are debugged and resolved
0 commit comments