File tree Expand file tree Collapse file tree 2 files changed +2
-20
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 +2
-20
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,10 @@ ENV CC_aarch64_pc_windows_gnullvm=aarch64-w64-mingw32-clang \
26
26
27
27
ENV HOST=aarch64-pc-windows-gnullvm
28
28
29
- # We are bootstrapping this target and cannot use previously built artifacts.
30
- # Without this option Clang is given `"-I/checkout/obj/build/aarch64-pc-windows-gnullvm/ci-llvm/include"`
31
- # despite no such directory existing:
32
- # $ ls obj/dist-windows-gnullvm/build/aarch64-pc-windows-gnullvm/ -1
33
- # llvm
34
- # stage2
35
- ENV NO_DOWNLOAD_CI_LLVM 1
36
-
37
29
ENV RUST_CONFIGURE_ARGS \
38
30
--enable-full-tools \
39
31
--enable-profiler \
40
32
--enable-sanitizers \
41
- --disable-docs \
42
- --set llvm.download-ci-llvm=false
33
+ --disable-docs
43
34
44
35
ENV SCRIPT python3 ../x.py dist --host $HOST --target $HOST
Original file line number Diff line number Diff line change @@ -28,19 +28,10 @@ ENV CC_i686_pc_windows_gnullvm=i686-w64-mingw32-clang \
28
28
ENV HOST=x86_64-pc-windows-gnullvm
29
29
ENV TARGETS=i686-pc-windows-gnullvm,x86_64-pc-windows-gnullvm
30
30
31
- # We are bootstrapping this target and cannot use previously built artifacts.
32
- # Without this option Clang is given `"-I/checkout/obj/build/aarch64-pc-windows-gnullvm/ci-llvm/include"`
33
- # despite no such directory existing:
34
- # $ ls obj/dist-windows-gnullvm/build/aarch64-pc-windows-gnullvm/ -1
35
- # llvm
36
- # stage2
37
- ENV NO_DOWNLOAD_CI_LLVM 1
38
-
39
31
ENV RUST_CONFIGURE_ARGS \
40
32
--enable-full-tools \
41
33
--enable-profiler \
42
34
--enable-sanitizers \
43
- --disable-docs \
44
- --set llvm.download-ci-llvm=false
35
+ --disable-docs
45
36
46
37
ENV SCRIPT python3 ../x.py dist --host $HOST --target $TARGETS
You can’t perform that action at this time.
0 commit comments