-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Remove --cross from osx-arm64 on native host #122426
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
base: main
Are you sure you want to change the base?
Conversation
Remove crossBuild parameter from jobParameters.
|
Tagging subscribers to this area: @hoyosjs |
|
@agocke, mystery solved. I included cmake log file (CMakeConfigureLog.yaml) in log artifacts, it showed the error: ...
stderr: |
Unknown system error -86
exitCode: "FAILED_TO_RUN"We were expecting it to run on osx-arm64, right? I printed
DevOps is offering a privew of macOS arm64 (https://devblogs.microsoft.com/devops/upcoming-updates-for-azure-pipelines-agents-images/#mac-os), can we get it enabled for runtime repo or is it too early? 👀 |
Nope. That's what I meant when I said we're only updating the helix runners, not the build machines. The build machines are all x64. We can't access any of the arm64 previews in our private pools yet. |
#122420