File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
src/ci/docker/host-x86_64
dist-aarch64-windows-gnullvm
dist-x86_64-windows-gnullvm Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,10 @@ ENV HOST=aarch64-pc-windows-gnullvm
3535ENV NO_DOWNLOAD_CI_LLVM 1
3636
3737ENV RUST_CONFIGURE_ARGS \
38- --enable-extended \
38+ --enable-full-tools \
3939 --enable-profiler \
4040 --enable-sanitizers \
4141 --disable-docs \
42- --set llvm.download-ci-llvm=false \
43- --set rust.llvm-tools=false
44- # LLVM cross tools are not installed into expected location so copying fails.
45- # Probably will solve itself once this target can host itself on Windows.
46- # --enable-full-tools \
42+ --set llvm.download-ci-llvm=false
4743
4844ENV SCRIPT python3 ../x.py dist --host $HOST --target $HOST
Original file line number Diff line number Diff line change @@ -37,14 +37,10 @@ ENV TARGETS=i686-pc-windows-gnullvm,x86_64-pc-windows-gnullvm
3737ENV NO_DOWNLOAD_CI_LLVM 1
3838
3939ENV RUST_CONFIGURE_ARGS \
40- --enable-extended \
40+ --enable-full-tools \
4141 --enable-profiler \
4242 --enable-sanitizers \
4343 --disable-docs \
44- --set llvm.download-ci-llvm=false \
45- --set rust.llvm-tools=false
46- # LLVM cross tools are not installed into expected location so copying fails.
47- # Probably will solve itself once these targets can host themselves on Windows.
48- # --enable-full-tools \
44+ --set llvm.download-ci-llvm=false
4945
5046ENV SCRIPT python3 ../x.py dist --host $HOST --target $TARGETS
You can’t perform that action at this time.
0 commit comments