macOS ARM64 ADO pipeline - #2091
Merged
Baiju Meswani (baijumeswani) merged 5 commits intoApr 20, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/microsoft/onnxruntime-genai/sessions/3f516eaa-9263-40d9-96c9-3900e2bb5b72 Co-authored-by: baijumeswani <12852605+baijumeswani@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/onnxruntime-genai/sessions/5650216a-1620-4373-a18a-e5b2c03d312e Co-authored-by: baijumeswani <12852605+baijumeswani@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/onnxruntime-genai/sessions/e1537f41-ad1b-4cc4-b469-f9a6cc93a73c Co-authored-by: baijumeswani <12852605+baijumeswani@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/onnxruntime-genai/sessions/dc28f731-42e8-4dd6-8cec-33d582539d17 Co-authored-by: baijumeswani <12852605+baijumeswani@users.noreply.github.com>
Collaborator
|
Successful pipeline run: https://dev.azure.com/aiinfra/ONNX%20Runtime/_build/results?buildId=1176842&view=results |
Copilot started reviewing on behalf of
Baiju Meswani (baijumeswani)
April 18, 2026 06:08
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an Azure DevOps (ADO) pipeline to build and test the macOS ARM64 CPU configuration, aligning behavior with the existing GitHub Actions workflow and addressing bring-up issues around Java and .NET.
Changes:
- Installs Temurin JDK 17 via Homebrew cask and sets
JAVA_HOMEusing/usr/libexec/java_home -v 17. - Installs both .NET SDK 8.0.x and 9.0.x to support
net8.0projects/tests. - Defines a full macOS ARM64 build/test job (CMake build, Java/Python/C#/unit tests, artifact checks).
Sunghoon Choi (hanbitmyths)
approved these changes
Apr 20, 2026
Baiju Meswani (baijumeswani)
deleted the
copilot/add-macos-arm64-pipeline
branch
April 20, 2026 20:35
This was referenced Aug 1, 2026
Bump Microsoft.ML.OnnxRuntimeGenAI and Microsoft.ML.OnnxRuntimeGenAI.Managed
trackdubllc/Trackdub#53
Merged
Closed
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.
This pull request adds a new Azure DevOps pipeline configuration for building and testing the CPU/arm64 macOS configuration.
Running the pipeline in ADO brought down the test time from >2 hours to 9 minutes.