File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ jobs:
430
430
os : windows-latest-xl
431
431
- name : dist-x86_64-msvc
432
432
env :
433
- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler --set rust.lto=thin "
433
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler"
434
434
SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
435
435
DIST_REQUIRE_ALL_TOOLS : 1
436
436
os : windows-latest-xl
Original file line number Diff line number Diff line change @@ -667,7 +667,6 @@ jobs:
667
667
--target=x86_64-pc-windows-msvc
668
668
--enable-full-tools
669
669
--enable-profiler
670
- --set rust.lto=thin
671
670
SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
672
671
DIST_REQUIRE_ALL_TOOLS : 1
673
672
<< : *job-windows-xl
You can’t perform that action at this time.
0 commit comments