We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250f938 commit a1e034aCopy full SHA for a1e034a
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -101,7 +101,9 @@ ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
101
./build/$HOSTS/stage0-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
102
--host $HOSTS --target $HOSTS \
103
--include-default-paths \
104
- build-manifest bootstrap gcc
+ build-manifest bootstrap && \
105
+ # Use GCC for building GCC, as it seems to behave badly when built with Clang
106
+ CC=/rustroot/bin/cc CXX=/rustroot/bin/c++ python3 ../x.py dist gcc
107
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
108
109
# This is the only builder which will create source tarballs
0 commit comments