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 ce248d5 commit 6de834dCopy full SHA for 6de834d
src/ci/docker/host-x86_64/dist-x86_64-linux/dist.sh
@@ -7,7 +7,9 @@ python3 ../x.py build --set rust.debug=true opt-dist
7
./build/$HOSTS/stage1-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
8
--host $HOSTS --target $HOSTS \
9
--include-default-paths \
10
- build-manifest bootstrap
+ build-manifest \
11
+ bootstrap \
12
+ rustc_codegen_gcc
13
14
# Use GCC for building GCC components, as it seems to behave badly when built with Clang
15
# Only build GCC on full builds, not try builds
0 commit comments