-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[icu] Regression - build fails for x64-linux-release #29322
Comments
Never heard of a "host triplet". So I should do it like |
Is #19726 not sufficient? |
What should run of the host must come from the host triplet. If you only change the target triplet, you get a vcpkg cross-build. This may give you an extra full qtbase:x64-linux build if you ask for qtbase:x64-linux-release... |
I'm sorry, I didn't pay enough attention to the error message. The actual problem is a different spot than what I assumed: vcpkg/ports/icu/portfile.cmake Lines 160 to 167 in b4f29c5
This is not guarded by the |
This problem also occured on x86_64 macos when building icu:arm64-osx. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
vcpkg --triplet x64-linux-release install icu
Failure logs
Additional context
Broken by #29196 / cdbcc03 @m-kuhn
The
x64-linux-release
is a "community triplet" but it is very useful to speed up automatic builds and CI.The text was updated successfully, but these errors were encountered: