Skip to content

Commit f7682ee

Browse files
committed
Build GCC on CI
1 parent 4e3408a commit f7682ee

File tree

1 file changed

+3
-1
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+3
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/dist.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ python3 ../x.py build --set rust.debug=true opt-dist
1414
# Use GCC for building GCC components, as it seems to behave badly when built with Clang
1515
# Only build GCC on full builds, not try builds
1616
if [ "${DIST_TRY_BUILD:-0}" == "0" ]; then
17-
CC=/rustroot/bin/cc CXX=/rustroot/bin/c++ python3 ../x.py dist ci-gcc
17+
CC=/rustroot/bin/cc CXX=/rustroot/bin/c++ python3 ../x.py dist \
18+
ci-gcc \
19+
gcc
1820
fi

0 commit comments

Comments
 (0)