about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2022-06-14 21:02:26 +0200
committerRémy Rakic <remy.rakic+github@gmail.com>2022-07-11 15:55:31 +0200
commit9027f825360a83a5f632d8317e96c5440a83ebc0 (patch)
tree992a7b764b33fecf3f63f6ca6a3b1371b61ea445 /src/ci/github-actions
parent736dbefaf3bd9a7cd95b4a8e5a60cb317125904c (diff)
downloadrust-9027f825360a83a5f632d8317e96c5440a83ebc0.tar.gz
rust-9027f825360a83a5f632d8317e96c5440a83ebc0.zip
introduce PGO on the `dist-x86_64-msvc` builder
This adds windows-specific behavior into the PGO script, and enables it
on CI.
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 57832ac2b95..f92e46b0a97 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -625,7 +625,7 @@ jobs:
                 --target=x86_64-pc-windows-msvc
                 --enable-full-tools
                 --enable-profiler
-              SCRIPT: python x.py dist
+              SCRIPT: PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist
               DIST_REQUIRE_ALL_TOOLS: 1
             <<: *job-windows-xl