-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Use ARM64 tools when building on ARM64 hosts #104695
Use ARM64 tools when building on ARM64 hosts #104695
Conversation
Tagging subscribers to this area: @hoyosjs |
Are there any optional CI legs that could benefit from testing the new configuration? |
Seems to be failing on the arm64 CI legs with the following error:
If I were to make a guess, it's that the changes are causing cross compilation on x64 machines to fail? |
Yes, the arm64 legs are running on |
Co-authored-by: Steve <hez2010@outlook.com>
Fix #104674. Works on my machine™️