File tree 2 files changed +2
-2
lines changed
src/ci/docker/host-x86_64
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 && \
26
26
libedit-dev \
27
27
libncurses-dev \
28
28
make \
29
- ninja-build \
30
29
patch \
31
30
perl \
32
31
pkg-config \
@@ -94,6 +93,7 @@ ENV RUST_CONFIGURE_ARGS \
94
93
--enable-profiler \
95
94
--set target.i686-unknown-linux-gnu.linker=clang \
96
95
--build=i686-unknown-linux-gnu \
96
+ --set llvm.ninja=false \
97
97
--set rust.jemalloc
98
98
ENV SCRIPT python2.7 ../x.py dist --build $HOSTS --host $HOSTS --target $HOSTS
99
99
ENV 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 && \
26
26
libedit-dev \
27
27
libncurses-dev \
28
28
make \
29
- ninja-build \
30
29
patch \
31
30
perl \
32
31
pkg-config \
@@ -97,6 +96,7 @@ ENV RUST_CONFIGURE_ARGS \
97
96
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
98
97
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
99
98
--set llvm.thin-lto=true \
99
+ --set llvm.ninja=false \
100
100
--set rust.jemalloc
101
101
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
102
102
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
You can’t perform that action at this time.
0 commit comments