File tree Expand file tree Collapse file tree 2 files changed +6
-6
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 +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ ENV HOST=aarch64-pc-windows-gnullvm
28
28
# We are bootstrapping this target and cannot use previously built artifacts.
29
29
# Without this option Clang is given `"-I/checkout/obj/build/aarch64-pc-windows-gnullvm/ci-llvm/include"`
30
30
# despite no such directory existing:
31
- # ❯ ls obj/dist-windows-gnullvm/build/aarch64-pc-windows-gnullvm/ -1
32
- # llvm
33
- # stage2
31
+ # $ ls obj/dist-windows-gnullvm/build/aarch64-pc-windows-gnullvm/ -1
32
+ # llvm
33
+ # stage2
34
34
ENV NO_DOWNLOAD_CI_LLVM 1
35
35
36
36
ENV RUST_CONFIGURE_ARGS \
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ ENV TARGETS=i686-pc-windows-gnullvm,x86_64-pc-windows-gnullvm
30
30
# We are bootstrapping this target and cannot use previously built artifacts.
31
31
# Without this option Clang is given `"-I/checkout/obj/build/aarch64-pc-windows-gnullvm/ci-llvm/include"`
32
32
# despite no such directory existing:
33
- # ❯ ls obj/dist-windows-gnullvm/build/aarch64-pc-windows-gnullvm/ -1
34
- # llvm
35
- # stage2
33
+ # $ ls obj/dist-windows-gnullvm/build/aarch64-pc-windows-gnullvm/ -1
34
+ # llvm
35
+ # stage2
36
36
ENV NO_DOWNLOAD_CI_LLVM 1
37
37
38
38
ENV RUST_CONFIGURE_ARGS \
You can’t perform that action at this time.
0 commit comments