Add linux_arm64 platform to coreclr_r2r_interpreter build#126586
Open
DrewScoggins wants to merge 1 commit intodotnet:mainfrom
Open
Add linux_arm64 platform to coreclr_r2r_interpreter build#126586DrewScoggins wants to merge 1 commit intodotnet:mainfrom
DrewScoggins wants to merge 1 commit intodotnet:mainfrom
Conversation
Contributor
|
Tagging subscribers to this area: @agocke, @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the performance build template for the CoreCLR composite R2R-with-interpreter-fallback scenario to also produce linux_arm64 artifacts, enabling arm64 Cobalt perf runs to consume the same build output type as linux_x64.
Changes:
- Add
linux_arm64to the platform matrix for thecoreclr_r2r_interpreterbuild job.
Replace linux_x64 with linux_arm64 for the composite R2R with interpreter fallback build since we only want arm64 composite runs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
e674727 to
acbcf29
Compare
LoopedBard3
approved these changes
Apr 6, 2026
LoopedBard3
reviewed
Apr 6, 2026
LoopedBard3
approved these changes
Apr 6, 2026
Member
Author
|
/azp run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add arm64 to the composite R2R with interpreter fallback build so that arm64 cobalt perf runs can consume the build artifacts.