-
-
Notifications
You must be signed in to change notification settings - Fork 278
chore: update dependencies #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
hatoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
.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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you lock the version of cargo-pgo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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