This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ jobs:
442442 - name : x86_64-msvc-cargo
443443 env :
444444 SCRIPT : python x.py test src/tools/cargotest src/tools/cargo
445- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc"
445+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-lld "
446446 VCVARS_BAT : vcvars64.bat
447447 NO_DEBUG_ASSERTIONS : 1
448448 NO_LLVM_ASSERTIONS : 1
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
149149 x86_64-msvc-cargo :
150150 SCRIPT : python x.py test src/tools/cargotest src/tools/cargo
151- INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
151+ INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
152152 VCVARS_BAT : vcvars64.bat
153153 # FIXME(#59637)
154154 NO_DEBUG_ASSERTIONS : 1
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ jobs:
505505 - name : x86_64-msvc-cargo
506506 env :
507507 SCRIPT : python x.py test src/tools/cargotest src/tools/cargo
508- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
508+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-lld
509509 VCVARS_BAT : vcvars64.bat
510510 # FIXME(#59637)
511511 NO_DEBUG_ASSERTIONS : 1
You can’t perform that action at this time.
0 commit comments