diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2023-01-24 21:40:43 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-01-24 21:51:01 +0100 |
| commit | 5b77cb459fd358947ecf2173b5c46a0a5a86a2ee (patch) | |
| tree | 065ca1e7791c4289d3ccaf61f9e13c05612a3b76 /src/ci/github-actions | |
| parent | 44a500c8c187b245638684748f54bd6ec67e0b25 (diff) | |
| download | rust-5b77cb459fd358947ecf2173b5c46a0a5a86a2ee.tar.gz rust-5b77cb459fd358947ecf2173b5c46a0a5a86a2ee.zip | |
Port pgo.sh to Python
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index d2a9264c84a..8d86590777b 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -676,7 +676,7 @@ jobs: --enable-full-tools --enable-profiler --set rust.lto=thin - SCRIPT: PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths + 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 |
