We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1302345 commit ca4cd19Copy full SHA for ca4cd19
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -90,6 +90,8 @@ ENV RUST_CONFIGURE_ARGS \
90
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
91
--set llvm.thin-lto=true \
92
--set llvm.ninja=false \
93
+ --set llvm.plugins=true \
94
+ --set llvm.enzyme=true \
95
--set llvm.libzstd=true \
96
--set rust.jemalloc \
97
--set rust.use-lld=true \
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
@@ -30,4 +30,6 @@ ENV RUST_CONFIGURE_ARGS \
30
--enable-profiler \
31
--enable-compiler-docs \
32
--set llvm.libzstd=true
33
34
35
ENV SCRIPT python3 ../x.py --stage 2 test
0 commit comments