Skip to content

Commit 142ec6f

Browse files
committed
build only enzyme, not LLVM's plugin Interface
1 parent a1d9041 commit 142ec6f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ ENV RUST_CONFIGURE_ARGS \
8989
--set llvm.thin-lto=true \
9090
--set llvm.libzstd=true \
9191
--set llvm.ninja=false \
92-
--set llvm.plugins=true \
9392
--set llvm.enzyme=true \
9493
--set rust.debug-assertions=false \
9594
--set rust.jemalloc \

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

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ 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 \
9493
--set llvm.enzyme=true \
9594
--set llvm.libzstd=true \
9695
--set rust.jemalloc \

0 commit comments

Comments
 (0)