Skip to content

Commit 11ddc6b

Browse files
committed
add enzyme dist step in x86-64-linux ci dockerfile
1 parent 1ad7a8b commit 11ddc6b

File tree

1 file changed

+2
-1
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
103103
--include-default-paths \
104104
build-manifest bootstrap && \
105105
# 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
106+
# 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
107108
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang
108109

109110
# This is the only builder which will create source tarballs

0 commit comments

Comments
 (0)