Port PGO/LTO/BOLT optimized build pipeline to Rust

This commit is contained in:
Jakub Beránek 2023-06-03 09:41:44 +02:00 committed by Jakub Beránek
parent 03247fbbe8
commit 91d2fb2e2b
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
29 changed files with 1802 additions and 1140 deletions

View file

@ -408,7 +408,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"
SCRIPT: PGO_HOST=x86_64-pc-windows-msvc python src/ci/stage-build.py python x.py dist bootstrap --include-default-paths
SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist python x.py dist bootstrap --include-default-paths
DIST_REQUIRE_ALL_TOOLS: 1
os: windows-2019-8core-32gb
- name: dist-i686-msvc