Skip to content

Commit f758c7b

Browse files
committed
Debian 6 doesn't have ninja, so use make for the dist builds
1 parent bb39f35 commit f758c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff 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
9898
ENV SCRIPT python2.7 ../x.py dist --build $HOSTS --host $HOSTS --target $HOSTS
9999
ENV CARGO_TARGET_I686_UNKNOWN_LINUX_GNU_LINKER=clang

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

+1-1
Original file line numberDiff line numberDiff 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
101101
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
102102
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang

0 commit comments

Comments
 (0)