Skip to content

Commit 548cc35

Browse files
committed
temporarily disable ThinLTO on x64 msvc dist builder
1 parent 5a9c7eb commit 548cc35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/ci/github-actions/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)