We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad7a8b commit 11ddc6bCopy full SHA for 11ddc6b
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -103,7 +103,8 @@ ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
103
--include-default-paths \
104
build-manifest bootstrap && \
105
# Use GCC for building GCC, as it seems to behave badly when built with Clang
106
- CC=/rustroot/bin/cc CXX=/rustroot/bin/c++ python3 ../x.py dist gcc
+ # Also build Enzyme only on the x64 Linux dist runner
107
+ CC=/rustroot/bin/cc CXX=/rustroot/bin/c++ python3 ../x.py dist gcc && ../x.py dist enzyme
108
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
109
110
# This is the only builder which will create source tarballs
0 commit comments