Skip to content

Commit 139f3bc

Browse files
committed
Enable Ninja
1 parent 31cb150 commit 139f3bc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ENV RUST_CONFIGURE_ARGS \
125125
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
126126
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
127127
--set llvm.thin-lto=true \
128-
--set llvm.ninja=false \
128+
--set llvm.ninja=true \
129129
--set rust.jemalloc
130130
ENV SCRIPT ../src/ci/pgo.sh python3 ../x.py dist \
131131
--host $HOSTS --target $HOSTS \

0 commit comments

Comments
 (0)