Add CI support for arm64-linux#45331
Open
JavierMatosD wants to merge 42 commits intomicrosoft:masterfrom
Open
Conversation
BillyONeal
reviewed
May 2, 2025
BillyONeal
reviewed
May 2, 2025
added 2 commits
May 2, 2025 18:21
added 2 commits
May 27, 2025 13:09
Contributor
So this is a cross build. But |
added 8 commits
May 28, 2025 18:26
BillyONeal
reviewed
Jun 17, 2025
added 6 commits
June 18, 2025 10:13
Member
|
I marked this draft because @JavierMatosD is OOF at the moment, I'm sure we'll take another look when he's back. |
BillyONeal
reviewed
Feb 12, 2026
BillyONeal
reviewed
Feb 12, 2026
Member
There was a problem hiding this comment.
This file seems more or less equivalent to the x64 one, does arm64 really need its own?
Contributor
Author
There was a problem hiding this comment.
If I consolidated into one yml, wouldn't I have to duplicate the entire job anyways?
Member
There was a problem hiding this comment.
No, just add a new entry to the outer one, just like how all the Windows ones share.
BillyONeal
previously requested changes
Feb 13, 2026
Member
BillyONeal
left a comment
There was a problem hiding this comment.
I would like to see the deduplication I submitted as JavierMatosD#1
* Copy the new failures to `ci.feature.baseline.txt`. (This isn't perfect but better than nothing)
* Add `=pass` entries duplicating `x64-linux` lines.
* Add
* cctag[cuda]:arm64-linux=feature-fails
* ctemplate:arm64-linux=fail
* idevicerestore:arm64-linux=fail
* ace[xml-utils]:arm64-linux = cascade
* arrayfire[cuda]:arm64-linux = feature-fails
* arrayfire[opencl]:arm64-linux = feature-fails
* arrow[cuda]:x64-linux = feature-fails
* colmap[cuda,cuda-redist]:arm64-linux = feature-fails
* flashlight-cuda[fl,imgclass,lm,objdet,asr]:arm64-linux = cascade
* gz-sim:arm64-linux=skip
* libfreenect2[openni2]:arm64-linux = cascade
* libftdi:arm64-linux = cascade
* libodb-mysql:arm64-linux =
* libodb-pgsql:arm64-linux = cascade
* libpmemobj-cpp[benchmark]:arm64-linux = cascade
* llgl[vulkan]:arm64-linux=feature-fails
* luasec:arm64-linux = cascade
* onnx-optimizer[pybind11]:arm64-linux = cascade
* openni2:arm64-linux = cascade
* opensubdiv[dx]:arm64-linux = cascade
* pangolin[openni2]:arm64-linux = cascade
* pangolin[pybind11]:arm64-linux=feature-fails
* paraview[cuda]:arm64-linux = feature-fails
* pcl[openni2,apps]:arm64-linux = cascade
* qt5[webengine]:arm64-linux = cascade
* qtmultimedia[gstreamer]:arm64-linux=options
* sqlitecpp[sqlcipher]:arm64-linux = cascade
* wpilib:arm64-linux = fail
* itk[cuda]:arm64-linux = feature-fails
* opencv4[opengl]:arm64-linux=feature-fails
* qtmultimedia[gstreamer]:arm64-linux=no-separate-feature-test
* vtk[core,python,paraview]:arm64-linux = options
* clapack:arm64-linux=skip
* vtk-m[cuda]:arm64-linux = skip
* Delete
* winreg:x64-linux=fail (ports\winreg\vcpkg.json says supports: windows)
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 PR introduces a new CI job for the
arm64-linuxtriplet