Conversation
|
I had no problem building macos-arm64-pgo locally with act, but all commented pgo builds still fail remotely. linux-arm64-pgo: bun run on macos: https://github.com/hatoo/oha/actions/runs/17514046082/job/49749313355?pr=786 Can aarch64-pc-windows-msvc be added? Can the PGO coverage be increased and the deadline decreased? [WARN cargo_pgo::pgo::optimize] PGO profile data was not found for 17 functions. |
92cce82 to
b7e9132
Compare
b7e9132 to
47cafb6
Compare
.github/workflows/release-pgo.yml
Outdated
| components: llvm-tools-preview | ||
| - uses: Swatinem/rust-cache@v2 | ||
| - run: cargo install cargo-pgo --version 0.2.8 | ||
| - run: cargo install cargo-pgo |
There was a problem hiding this comment.
Could you lock the version of cargo-pgo?
There was a problem hiding this comment.
I can, but then I will not update it anymore.
Official workflow example:
https://github.com/Kobzol/cargo-pgo/blob/main/ci/pgo.yml
run: cargo install cargo-pgo # install latest releaseThere was a problem hiding this comment.
It had actually happened that breaking changes on cargo-pgo breaks CI.
So, I want to update cargo-pgo manually.
|
I don't have much interest on PGO builds now.
I don't think there are many people who want to support
Yes, PGO workload is needed to be polished. PRs are welcome. |
Chores