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:
430430 os : windows-latest-xl
431431 - name : dist-x86_64-msvc
432432 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"
434434 SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
435435 DIST_REQUIRE_ALL_TOOLS : 1
436436 os : windows-latest-xl
Original file line number Diff line number Diff line change @@ -667,7 +667,6 @@ jobs:
667667 --target=x86_64-pc-windows-msvc
668668 --enable-full-tools
669669 --enable-profiler
670- --set rust.lto=thin
671670 SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
672671 DIST_REQUIRE_ALL_TOOLS : 1
673672 << : *job-windows-xl
You can’t perform that action at this time.
0 commit comments