File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ jobs:
443
443
os : windows-latest-xl
444
444
- name : dist-x86_64-msvc
445
445
env :
446
- 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 "
446
+ 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"
447
447
SCRIPT : PGO_HOST=x86_64-pc-windows-msvc python src/ci/stage-build.py python x.py dist bootstrap --include-default-paths
448
448
DIST_REQUIRE_ALL_TOOLS : 1
449
449
os : windows-latest-xl
Original file line number Diff line number Diff line change @@ -673,7 +673,6 @@ jobs:
673
673
--target=x86_64-pc-windows-msvc
674
674
--enable-full-tools
675
675
--enable-profiler
676
- --set rust.lto=thin
677
676
SCRIPT : PGO_HOST=x86_64-pc-windows-msvc python src/ci/stage-build.py python x.py dist bootstrap --include-default-paths
678
677
DIST_REQUIRE_ALL_TOOLS : 1
679
678
<< : *job-windows-xl
You can’t perform that action at this time.
0 commit comments