Skip to content

Commit 6de834d

Browse files
committed
Dist cg_gcc on CI
1 parent ce248d5 commit 6de834d

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
@@ -7,7 +7,9 @@ python3 ../x.py build --set rust.debug=true opt-dist
77
./build/$HOSTS/stage1-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
88
--host $HOSTS --target $HOSTS \
99
--include-default-paths \
10-
build-manifest bootstrap
10+
build-manifest \
11+
bootstrap \
12+
rustc_codegen_gcc
1113

1214
# Use GCC for building GCC components, as it seems to behave badly when built with Clang
1315
# Only build GCC on full builds, not try builds

0 commit comments

Comments
 (0)