summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-03-13 21:18:54 +0100
committerNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-03-13 21:18:54 +0100
commit58884a30a0a89181ca6b5ea6c06560af93de0307 (patch)
treeb663bb80f0c6624740cef964d049264be355b98b /src/ci/github-actions
parent8efa635b40ce6569e12f4988b7a9bcb7f3f0ed0c (diff)
downloadrust-58884a30a0a89181ca6b5ea6c06560af93de0307.tar.gz
rust-58884a30a0a89181ca6b5ea6c06560af93de0307.zip
Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds"
This lead to a miscompilation in at least `char::is_whitespace` and
probably in more unknown places.....

This reverts commit 684663ed380d0e6a6e135aed9c6055ab4ba94ac8.
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 11f1532bef5..b490b766663 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -673,7 +673,6 @@ jobs:
                 --target=x86_64-pc-windows-msvc
                 --enable-full-tools
                 --enable-profiler
-                --set rust.lto=thin
               SCRIPT: PGO_HOST=x86_64-pc-windows-msvc python src/ci/stage-build.py python x.py dist bootstrap --include-default-paths
               DIST_REQUIRE_ALL_TOOLS: 1
             <<: *job-windows-xl