File tree Expand file tree Collapse file tree 2 files changed +2
-2
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
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ ENV RUST_CONFIGURE_ARGS \
41
41
--set llvm.download-ci-llvm=false \
42
42
--set rust.llvm-tools=false
43
43
# 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.
45
45
# --enable-full-tools \
46
46
47
47
ENV SCRIPT python3 ../x.py dist --host $HOST --target $HOST
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ENV RUST_CONFIGURE_ARGS \
43
43
--set llvm.download-ci-llvm=false \
44
44
--set rust.llvm-tools=false
45
45
# 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.
47
47
# --enable-full-tools \
48
48
49
49
ENV SCRIPT python3 ../x.py dist --host $HOST --target $TARGETS
You can’t perform that action at this time.
0 commit comments