Skip to content

Commit 4bf4ff1

Browse files
committed
Enable autodiff in CI for mingw-llvm,linux
1 parent 7daabfd commit 4bf4ff1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ENV RUST_CONFIGURE_ARGS \
9797

9898
ENV SCRIPT python3 ../x.py build --set rust.debug=true opt-dist && \
9999
./build/$HOSTS/stage1-tools-bin/opt-dist linux-ci -- python3 ../x.py dist \
100-
--host $HOSTS --target $HOSTS --include-default-paths build-manifest bootstrap
100+
--host $HOSTS --target $HOSTS --include-default-paths build-manifest bootstrap enzyme
101101

102102
ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang
103103
ENV LIBCURL_NO_PKG_CONFIG 1

src/ci/docker/host-x86_64/dist-x86_64-linux/dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python3 ../x.py build --set rust.debug=true opt-dist
99
--include-default-paths \
1010
build-manifest \
1111
bootstrap \
12+
enzyme \
1213
rustc_codegen_gcc
1314

1415
# Use GCC for building GCC components, as it seems to behave badly when built with Clang

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ auto:
706706
# i686 has no dedicated job, build it here because this job is fast
707707
- name: dist-aarch64-llvm-mingw
708708
env:
709-
SCRIPT: python x.py dist bootstrap --include-default-paths
709+
SCRIPT: python x.py dist bootstrap enzyme --include-default-paths
710710
RUST_CONFIGURE_ARGS: >-
711711
--build=aarch64-pc-windows-gnullvm
712712
--target=aarch64-pc-windows-gnullvm,i686-pc-windows-gnullvm
@@ -720,7 +720,7 @@ auto:
720720

721721
- name: dist-x86_64-llvm-mingw
722722
env:
723-
SCRIPT: python x.py dist bootstrap --include-default-paths
723+
SCRIPT: python x.py dist bootstrap enzyme --include-default-paths
724724
RUST_CONFIGURE_ARGS: >-
725725
--build=x86_64-pc-windows-gnullvm
726726
--enable-full-tools

0 commit comments

Comments
 (0)