Skip to content

Commit 880c36c

Browse files
committed
avoid using icons
1 parent cacda77 commit 880c36c

File tree

2 files changed

+6
-6
lines changed
  • src/ci/docker/host-x86_64

2 files changed

+6
-6
lines changed

src/ci/docker/host-x86_64/dist-aarch64-windows-gnullvm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ ENV HOST=aarch64-pc-windows-gnullvm
2828
# We are bootstrapping this target and cannot use previously built artifacts.
2929
# Without this option Clang is given `"-I/checkout/obj/build/aarch64-pc-windows-gnullvm/ci-llvm/include"`
3030
# 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
3434
ENV NO_DOWNLOAD_CI_LLVM 1
3535

3636
ENV RUST_CONFIGURE_ARGS \

src/ci/docker/host-x86_64/dist-x86_64-windows-gnullvm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ENV TARGETS=i686-pc-windows-gnullvm,x86_64-pc-windows-gnullvm
3030
# We are bootstrapping this target and cannot use previously built artifacts.
3131
# Without this option Clang is given `"-I/checkout/obj/build/aarch64-pc-windows-gnullvm/ci-llvm/include"`
3232
# 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
3636
ENV NO_DOWNLOAD_CI_LLVM 1
3737

3838
ENV RUST_CONFIGURE_ARGS \

0 commit comments

Comments
 (0)