Skip to content

Commit 8dc7fdd

Browse files
committed
WIP
1 parent 2061630 commit 8dc7fdd

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@ ENV RUST_CONFIGURE_ARGS \
9292
--set rust.codegen-units=1
9393

9494
# 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
95+
ENV SCRIPT python3 ../x.py build gcc
10096
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
10197

10298
# This is the only builder which will create source tarballs

0 commit comments

Comments
 (0)