We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5294cf2 commit cc1935aCopy full SHA for cc1935a
2 files changed
src/ci/docker/host-aarch64/dist-aarch64-linux/Dockerfile
@@ -89,6 +89,7 @@ ENV RUST_CONFIGURE_ARGS \
89
--set llvm.thin-lto=true \
90
--set llvm.libzstd=true \
91
--set llvm.ninja=false \
92
+ --set llvm.enzyme=true \
93
--set rust.debug-assertions=false \
94
--set rust.jemalloc \
95
--set rust.bootstrap-override-lld=true \
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -90,6 +90,7 @@ ENV RUST_CONFIGURE_ARGS \
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
96
0 commit comments