-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[qt-base] build failure (icu is build for arm with x64-osx triplet) #16424
Comments
Hmm... I think this issue is related to #16306. |
For triplet x64-osx, since Apple recently changed the macbook architecture to arm64, we may need to adapt this change in triplet. |
cc @Neumann-A |
Imho we need a new triplet arm-osx (or macos or arm-mac, because the os name is now macOS and not OSX (we are at macOS 11 now)).
|
@autoantwort We have a community triplet |
We do plan to make this an official triplet, however we do not want to add it to the official list until we have support in CI. See #12259 (comment). |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install qt-base
Failure logs
config-x64-osx-dbg-err.log
relevant pieces:
So the real error seems to be that icu is build for arm64 while I am using the
x64-osx
tripletAdditional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.
The text was updated successfully, but these errors were encountered: