-
Notifications
You must be signed in to change notification settings - Fork 479
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
Regression in v1.2.11: clang: error: cannot specify '-mtargetos=xros1.0' along with '--target=arm64-apple-xros' #1383
Comments
https://github.com/briansmith/ring/actions/runs/13078477100/job/36496394447 shows the same job working fine just a few hours earlier with v1.12.10. |
Here is the quick & dirty workaround I used for my CI to work around this: briansmith/ring#2313 |
https://gitlab.kitware.com/cmake/cmake/-/issues/25188 looks like we should use |
iirc this regression has occurred before but I didn't recognise it when reviewing the pr |
Thanks for the report Brian, your test suite is extensive! I've submitted #1384 to fix this. |
Thanks! I removed my workaround in briansmith/ring#2367 and my builds are passing. Thanks again! |
The command run was:
Where
mk/cargo.sh
is a wrapper aroundcargo
GitHub Actions Runner version 2.322.0
Operating System
macOS
14.7.2
23H311
It was working fine with the previous release, AFAICT.
The text was updated successfully, but these errors were encountered: