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.
1 parent 66c735a commit bf2b742Copy full SHA for bf2b742
src/ci/run.sh
@@ -188,9 +188,7 @@ else
188
fi
189
190
# Download GCC from CI on test builders
191
- # FIXME: Temporarily commented out until the GCC build/download strategy is cleared out or
192
- # made dependent on GCC submodule changes.
193
- # RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
194
195
# download-rustc seems to be broken on CI after the stage0 redesign
196
# Disable it until these issues are debugged and resolved
0 commit comments