Skip to content

Commit cecb0f9

Browse files
committed
clarify comments
1 parent 880c36c commit cecb0f9

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV RUST_CONFIGURE_ARGS \
4141
--set llvm.download-ci-llvm=false \
4242
--set rust.llvm-tools=false
4343
# LLVM cross tools are not installed into expected location so copying fails.
44-
# Probably will solve itself when building from Windows.
44+
# Probably will solve itself once this target can host itself on Windows.
4545
# --enable-full-tools \
4646

4747
ENV SCRIPT python3 ../x.py dist --host $HOST --target $HOST

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ENV RUST_CONFIGURE_ARGS \
4343
--set llvm.download-ci-llvm=false \
4444
--set rust.llvm-tools=false
4545
# LLVM cross tools are not installed into expected location so copying fails.
46-
# Probably will solve itself when building from Windows.
46+
# Probably will solve itself once these targets can host themselves on Windows.
4747
# --enable-full-tools \
4848

4949
ENV SCRIPT python3 ../x.py dist --host $HOST --target $TARGETS

0 commit comments

Comments
 (0)