-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Build] MacOS universal binary build failure: "error: unknown target CPU 'armv8-a'" #24152
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
Comments
2 tasks
jchen351
added a commit
that referenced
this issue
Mar 25, 2025
Loading
Loading status checks…
…disabled in MacOS and iOS packaging stage due to (#24152) (#24153) NuGet_Packaging_CPU is broken due to similar issue from #23923 ### Description Migrate [Zip-Nuget Package Pipeline](https://aiinfra.visualstudio.com/Lotus/_build?definitionId=940&_a=summary) to 1ES ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> ### Check list - [x] Issue with onnxruntime-Win-CPU-2022 - [x] [Spot Bug](https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=697830&view=logs&j=6c6a898f-bbbb-5c72-8695-82b606149fa2&t=433f102b-5ed3-5fed-87a0-6107744ce9b1&l=81)
edgchen1
added a commit
that referenced
this issue
Mar 26, 2025
This is a workaround for a build error. See #24152.
edgchen1
added a commit
that referenced
this issue
Mar 27, 2025
Loading
Loading status checks…
This is a workaround for a build error. See #24152.
quic-zhaoxul
pushed a commit
to CodeLinaro/onnxruntime
that referenced
this issue
Apr 17, 2025
…idail is disabled in MacOS and iOS packaging stage due to (microsoft#24152) (microsoft#24153) NuGet_Packaging_CPU is broken due to similar issue from microsoft#23923 ### Description Migrate [Zip-Nuget Package Pipeline](https://aiinfra.visualstudio.com/Lotus/_build?definitionId=940&_a=summary) to 1ES ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> ### Check list - [x] Issue with onnxruntime-Win-CPU-2022 - [x] [Spot Bug](https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=697830&view=logs&j=6c6a898f-bbbb-5c72-8695-82b606149fa2&t=433f102b-5ed3-5fed-87a0-6107744ce9b1&l=81)
quic-zhaoxul
pushed a commit
to CodeLinaro/onnxruntime
that referenced
this issue
Apr 17, 2025
…24194) This is a workaround for a build error. See microsoft#24152.
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
Building a MacOS universal binary (i.e., with
CMAKE_OSX_ARCHITECTURES=arm64;x86_64
) fails. The build machine is an Intel Mac on MacOS 15.3 with Xcode 16.0. See the build script and error output for details.Urgency
No response
Target platform
MacOS
Build script
Error / output
Visual Studio Version
No response
GCC / Compiler Version
Xcode 16 / Apple clang version 16.0.0 (clang-1600.0.26.3)
The text was updated successfully, but these errors were encountered: