-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add Arm64 PGO Builds #66867
Add Arm64 PGO Builds #66867
Conversation
davidwrighton
commented
Mar 18, 2022
•
edited
Loading
edited
- Add PGO for arm64
- Switch to using compiler container images which support PGO compilation on Arm64
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue Details
|
I guess this will just fail due to an infrastructure problem https://github.com/dotnet/core-eng/issues/15812. |
This pull request has been automatically marked |
This pull request will now be closed since it had been marked |
The underlying problems with Linux arm64 compilation have been fixed, re-opening the PR. |
@hoyosjs is there any way to have confidence this won't bork the official build? I've had the changes run in a PR job, and that passed, but I've now removed that logic (as we don't want PGO compilation to happen in PR). |
This is an official build of it: https://dev.azure.com/dnceng/internal/_build/results?buildId=1763698&view=results |
The internal job LGTM WRT to the PGO changes. |