Uh oh!
There was an error while loading. Please reload this page.
[ci] Run Mac MSBuild tests on macos-14-arm64 - #9665
Merged
Merged
Conversation
jpobstforce-pushed
the
macos-14-arm64
branch
7 times, most recently
from
January 9, 2025 23:03
4f4b189 to
8b363eaComparejpobst
commented
Jan 10, 2025
ContributorAuthor
@pjcollins Do you know of a more elegant way to appropriately set |
pjcollins
commented
Jan 10, 2025
Member
I'm trying to consolidate the places we use these Azure pipelines hosted agent JAVA_HOME vars in #9671 to simplify a future bump to JDK 21, and will try to make sure the arch component of the variable name is considered there. |
macos-14-arm64macos-14-arm64jpobstforce-pushed
the
macos-14-arm64
branch
2 times, most recently
from
January 14, 2025 18:51
9febc43 to
570e018Comparemacos-14-arm64macos-14-arm64jpobst
marked this pull request as ready for review
January 15, 2025 01:18
pjcollins
approved these changes
Jan 15, 2025
grendello added a commit
that referenced
this pull request
Jan 16, 2025
* main: [ci] Run Mac MSBuild tests on `macos-14-arm64` (#9665)
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Azure Pipelines now provides the
macos-14-arm64image. We can use this image to run our MSBuild tests on. This is a benefit because it's nearly twice as fast and nowadays our Mac users are probably more likely to be running arm64.Unfortunately it does not support nested virtualization, so we can't run our emulator tests on this image. Supposedly Apple added nested virtualization in MacOS 15, but Azure does not have
macos-15-arm64images yet. Hopefully we will be able to use those for emulator tests in the future.Additionally:
apkdiffto a newer version with Apple Silicon support.