1
Fork 0

Port pgo.sh to Python

This commit is contained in:
Jakub Beránek 2023-01-24 21:40:43 +01:00
parent 44a500c8c1
commit 5b77cb459f
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
4 changed files with 666 additions and 3 deletions

View file

@ -439,7 +439,7 @@ jobs:
- name: dist-x86_64-msvc
env:
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"
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
os: windows-latest-xl
- name: dist-i686-msvc