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 @@ -438,7 +438,7 @@ jobs:
438
438
os : windows-latest-xl
439
439
- name : dist-x86_64-msvc
440
440
env :
441
- 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 "
441
+ 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"
442
442
SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
443
443
DIST_REQUIRE_ALL_TOOLS : 1
444
444
os : windows-latest-xl
Original file line number Diff line number Diff line change @@ -675,7 +675,6 @@ jobs:
675
675
--target=x86_64-pc-windows-msvc
676
676
--enable-full-tools
677
677
--enable-profiler
678
- --set rust.lto=thin
679
678
SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
680
679
DIST_REQUIRE_ALL_TOOLS : 1
681
680
<< : *job-windows-xl
You can’t perform that action at this time.
0 commit comments