-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
New package: google-cloud-cpp #5991
base: dev
Are you sure you want to change the base?
Conversation
Google Cloud Platform C++ Client Libraries
@@ -15,6 +15,9 @@ package("google-cloud-cpp") | |||
if package:is_plat("android") then | |||
raise("package(google-cloud-cpp) unsupported on android due to package(grpc) is unsupported on android yet.") | |||
end | |||
if package:is_plat("mingw") then | |||
raise("package(google-cloud-cpp) unsupported on android due to package(grpc) is unsupported on mingw yet.") | |||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checking for Minimal target version of Xcode for macosx (arm64) ... 14.5
note: the following packages are unsupported on mingw/i386:
-> grpc v1.62.1 [from:google-cloud-cpp, license:Apache-2.0]
Wonder why google cloud client cpp is not supported on Android |
grpc
kill cross|arm and BSD
a bug of clang. |
@programdir/core/main.lua:329: @programdir/modules/async/runjobs.lua:325: @programdir/core/sandbox/modules/os.lua:202: cannot change directory /tmp/.xmake1001/241216/xmake-repo/test, not found this directory No such file or directory
grpc/grpc#37210 |
Google Cloud Platform C++ Client Libraries