Skip to content
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

[google-cloud-cpp] update to the latest release (v2.23) #38204

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions ports/google-cloud-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp
REF "v${VERSION}"
SHA512 5e77e08a5321f5cf794cb9e4cc4745e069a7dbc161414dac309f1bb5ea52d0adae086b13aed7195a7725a59cbc92206dd391aeef86dbf44bec7a8bee266c8881
SHA512 52cab0e1ee1ebd51097d28b2cd9a390110ce3f45e92d262fb301cfebdea369ea8b9290c44c26d6b6ba568b0dab1e4871ea819f8a440efeefb38c99f2776aac27
HEAD_REF main
PATCHES
support_absl_cxx17.patch
Expand Down Expand Up @@ -48,10 +48,6 @@ vcpkg_cmake_configure(
-DGOOGLE_CLOUD_CPP_ENABLE_CCACHE=OFF
-DGOOGLE_CLOUD_CPP_ENABLE_EXAMPLES=OFF
-DBUILD_TESTING=OFF
# This is needed by the `experimental-storage-grpc` feature until vcpkg
# gets Protobuf >= 4.23.0. It has no effect for other features, so
# it is simpler to just always turn it on.
-DGOOGLE_CLOUD_CPP_ENABLE_CTYPE_CORD_WORKAROUND=ON
)

vcpkg_cmake_install()
Expand Down
51 changes: 49 additions & 2 deletions ports/google-cloud-cpp/vcpkg.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenSSL is no longer a dependency on Windows (googleapis/google-cloud-cpp#13785).

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "google-cloud-cpp",
"version": "2.22.0",
"port-version": 1,
"version": "2.23.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
Expand Down Expand Up @@ -123,6 +122,18 @@
}
]
},
"apphub": {
"description": "App Hub API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"artifactregistry": {
"description": "Artifact Registry API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -174,6 +185,18 @@
}
]
},
"backupdr": {
"description": "Backup and DR Service API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"baremetalsolution": {
"description": "Bare Metal Solution API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -296,6 +319,18 @@
}
]
},
"cloudcontrolspartner": {
"description": "Cloud Controls Partner API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"cloudquotas": {
"description": "Cloud Quotas API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -1315,6 +1350,18 @@
}
]
},
"storagecontrol": {
"description": "Cloud Storage Control API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"storageinsights": {
"description": "Storage Insights API C++ Client Library",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3125,8 +3125,8 @@
"port-version": 8
},
"google-cloud-cpp": {
"baseline": "2.22.0",
"port-version": 1
"baseline": "2.23.0",
"port-version": 0
},
"google-cloud-cpp-common": {
"baseline": "alias",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/google-cloud-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e6bae5dadcbbf9c7127fdeb029746b605431b171",
"version": "2.23.0",
"port-version": 0
},
{
"git-tree": "671453ab8dafcf8bb0bbfa87a3649c26c6236942",
"version": "2.22.0",
Expand Down