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 2061630 commit 8dc7fddCopy full SHA for 8dc7fdd
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -92,11 +92,7 @@ ENV RUST_CONFIGURE_ARGS \
92
--set rust.codegen-units=1
93
94
# Note that `rust.debug` is set to true *only* for `opt-dist`
95
-ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
96
- ./build/$HOSTS/stage0-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
97
- --host $HOSTS --target $HOSTS \
98
- --include-default-paths \
99
- build-manifest bootstrap
+ENV SCRIPT python3 ../x.py build gcc
100
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
101
102
# This is the only builder which will create source tarballs
0 commit comments