File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ RUN apt-get update && \
2626 libedit-dev \
2727 libncurses-dev \
2828 make \
29- ninja-build \
3029 patch \
3130 perl \
3231 pkg-config \
@@ -94,6 +93,7 @@ ENV RUST_CONFIGURE_ARGS \
9493 --enable-profiler \
9594 --set target.i686-unknown-linux-gnu.linker=clang \
9695 --build=i686-unknown-linux-gnu \
96+ --set llvm.ninja=false \
9797 --set rust.jemalloc
9898ENV SCRIPT python2.7 ../x.py dist --build $HOSTS --host $HOSTS --target $HOSTS
9999ENV CARGO_TARGET_I686_UNKNOWN_LINUX_GNU_LINKER=clang
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ RUN apt-get update && \
2626 libedit-dev \
2727 libncurses-dev \
2828 make \
29- ninja-build \
3029 patch \
3130 perl \
3231 pkg-config \
@@ -97,6 +96,7 @@ ENV RUST_CONFIGURE_ARGS \
9796 --set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
9897 --set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
9998 --set llvm.thin-lto=true \
99+ --set llvm.ninja=false \
100100 --set rust.jemalloc
101101ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
102102ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
You can’t perform that action at this time.
0 commit comments