Commit e658200 1 parent 860b381 commit e658200 Copy full SHA for e658200
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ jobs:
442
442
- name : x86_64-msvc-cargo
443
443
env :
444
444
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 "
446
446
VCVARS_BAT : vcvars64.bat
447
447
NO_DEBUG_ASSERTIONS : 1
448
448
NO_LLVM_ASSERTIONS : 1
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
INITIAL_RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc
149
149
x86_64-msvc-cargo :
150
150
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
152
152
VCVARS_BAT : vcvars64.bat
153
153
# FIXME(#59637)
154
154
NO_DEBUG_ASSERTIONS : 1
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ jobs:
505
505
- name : x86_64-msvc-cargo
506
506
env :
507
507
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
509
509
VCVARS_BAT : vcvars64.bat
510
510
# FIXME(#59637)
511
511
NO_DEBUG_ASSERTIONS : 1
You can’t perform that action at this time.
0 commit comments