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 a8eae9c commit 104cd33Copy full SHA for 104cd33
src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile
@@ -29,5 +29,7 @@ ENV RUST_CONFIGURE_ARGS \
29
--enable-sanitizers \
30
--enable-profiler \
31
--enable-compiler-docs \
32
+ --set llvm.plugins=true \
33
+ --set llvm.enzyme=true \
34
--set llvm.libzstd=true
35
ENV SCRIPT python3 ../x.py --stage 2 test
0 commit comments