File tree Expand file tree Collapse file tree
host-aarch64/dist-aarch64-linux
host-x86_64/dist-x86_64-linux Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ ENV RUST_CONFIGURE_ARGS \
9797
9898ENV 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
102102ENV CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang
103103ENV LIBCURL_NO_PKG_CONFIG 1
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments