Skip to content

Commit bf2b742

Browse files
Re-enable libgccjit download in CI
1 parent 66c735a commit bf2b742

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ci/run.sh

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

190190
# 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"
191+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set gcc.download-ci-gcc=true"
194192

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

0 commit comments

Comments
 (0)