@@ -491,7 +491,7 @@ jobs:
491
491
#
492
492
# We are using MinGW with POSIX threads since LLVM requires
493
493
# C++'s std::thread which is disabled in libstdc++ with win32 threads.
494
- # FIXME: Libc++ doesn't have this limitation so we can avoid
494
+ # FIXME: Libc++ doesn't have this limitation so we can avoid
495
495
# winpthreads if we switch to it.
496
496
#
497
497
# Instead of relying on the MinGW version installed on CI we download
@@ -541,6 +541,7 @@ jobs:
541
541
env :
542
542
RUST_CONFIGURE_ARGS : >-
543
543
--build=x86_64-pc-windows-msvc
544
+ --host=x86_64-pc-windows-msvc
544
545
--target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
545
546
--enable-full-tools
546
547
--enable-profiler
@@ -552,6 +553,7 @@ jobs:
552
553
env :
553
554
RUST_CONFIGURE_ARGS : >-
554
555
--build=i686-pc-windows-msvc
556
+ --host=i686-pc-windows-msvc
555
557
--target=i586-pc-windows-msvc
556
558
--enable-full-tools
557
559
--enable-profiler
@@ -605,7 +607,7 @@ jobs:
605
607
- name : dist-x86_64-apple
606
608
env :
607
609
SCRIPT : ./x.py dist
608
- RUST_CONFIGURE_ARGS : --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
610
+ RUST_CONFIGURE_ARGS : --host=x86_64-apple-darwin -- target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
609
611
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
610
612
MACOSX_DEPLOYMENT_TARGET : 10.7
611
613
NO_LLVM_ASSERTIONS : 1
0 commit comments