-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Revert "Temporarily disable ios_arm64 platform builds" #124032
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
This reverts commit 5319d34.
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
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.
Pull request overview
This PR reverts the temporary disabling of ios_arm64 platform builds that was implemented in PR #123985 (which was tracking issue #123796). The revert re-enables iOS ARM64 builds across both the main runtime pipeline and the extra platforms pipeline.
Changes:
- Re-enables
ios_arm64platform builds for Mono, CoreCLR, and Native AOT runtime flavors - Removes all tracking issue comments referencing GitHub issue #123796
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Re-enables ios_arm64 builds in 3 locations (Mono smoke tests, CoreCLR smoke tests, and Native AOT tests) |
| eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml | Re-enables ios_arm64 builds in 6 locations (Mono, CoreCLR, Native AOT configurations across different test scenarios) |
|
Blocked by #124076 |
Reverts #123985