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
35
35
ENV NO_DOWNLOAD_CI_LLVM 1
36
36
37
37
ENV RUST_CONFIGURE_ARGS \
38
- --enable-extended \
38
+ --enable-full-tools \
39
39
--enable-profiler \
40
40
--enable-sanitizers \
41
41
--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
47
43
48
44
ENV 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
37
37
ENV NO_DOWNLOAD_CI_LLVM 1
38
38
39
39
ENV RUST_CONFIGURE_ARGS \
40
- --enable-extended \
40
+ --enable-full-tools \
41
41
--enable-profiler \
42
42
--enable-sanitizers \
43
43
--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
49
45
50
46
ENV SCRIPT python3 ../x.py dist --host $HOST --target $TARGETS
You can’t perform that action at this time.
0 commit comments