Skip to content

Commit ca4cd19

Browse files
committed
enable enzyme for x86-64 dist builds
1 parent 1302345 commit ca4cd19

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ ENV RUST_CONFIGURE_ARGS \
9090
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
9191
--set llvm.thin-lto=true \
9292
--set llvm.ninja=false \
93+
--set llvm.plugins=true \
94+
--set llvm.enzyme=true \
9395
--set llvm.libzstd=true \
9496
--set rust.jemalloc \
9597
--set rust.use-lld=true \

src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ ENV RUST_CONFIGURE_ARGS \
3030
--enable-profiler \
3131
--enable-compiler-docs \
3232
--set llvm.libzstd=true
33+
--set llvm.plugins=true \
34+
--set llvm.enzyme=true \
3335
ENV SCRIPT python3 ../x.py --stage 2 test

0 commit comments

Comments
 (0)