@@ -491,7 +491,7 @@ jobs:
491491 #
492492 # We are using MinGW with POSIX threads since LLVM requires
493493 # 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
495495 # winpthreads if we switch to it.
496496 #
497497 # Instead of relying on the MinGW version installed on CI we download
@@ -541,6 +541,7 @@ jobs:
541541 env :
542542 RUST_CONFIGURE_ARGS : >-
543543 --build=x86_64-pc-windows-msvc
544+ --host=x86_64-pc-windows-msvc
544545 --target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
545546 --enable-full-tools
546547 --enable-profiler
@@ -552,6 +553,7 @@ jobs:
552553 env :
553554 RUST_CONFIGURE_ARGS : >-
554555 --build=i686-pc-windows-msvc
556+ --host=i686-pc-windows-msvc
555557 --target=i586-pc-windows-msvc
556558 --enable-full-tools
557559 --enable-profiler
@@ -605,7 +607,7 @@ jobs:
605607 - name : dist-x86_64-apple
606608 env :
607609 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
609611 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
610612 MACOSX_DEPLOYMENT_TARGET : 10.7
611613 NO_LLVM_ASSERTIONS : 1
0 commit comments