Skip to content

Commit

Permalink
[google-cloud-cpp] update to latest release (v2.2.0) (microsoft#26647)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Sep 6, 2022
1 parent 473e07f commit b9bfab0
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/google-cloud-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/google-cloud-cpp
REF v2.1.0
SHA512 a1c4a54b420e64bd12c4a85943c6617b310dff359f9b1b744fcaf7ece92c9327d77ab36b6dacf94b3e2b3d6c2a183a46089437736c34e1af55e3c319544c14b3
REF v2.2.0
SHA512 7f51f993464ff72e34a39ba0095774ba71b51203aba82953aaedf9c6eb610efe00d1e798f848575e7e526cf1e5de512bf2024adce50506bab429ac765429159c
HEAD_REF main
PATCHES
support_absl_cxx17.patch
Expand Down
63 changes: 61 additions & 2 deletions ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "google-cloud-cpp",
"version": "2.1.0",
"port-version": 2,
"version": "2.2.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 @@ -135,6 +134,30 @@
}
]
},
"baremetalsolution": {
"description": "Bare Metal Solution API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"beyondcorp": {
"description": "BeyondCorp API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"bigquery": {
"description": "The Google Cloud BigQuery C++ client library",
"dependencies": [
Expand Down Expand Up @@ -596,6 +619,18 @@
}
]
},
"optimization": {
"description": "Cloud Optimization API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"orgpolicy": {
"description": "Organization Policy API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -728,6 +763,18 @@
}
]
},
"run": {
"description": "Cloud Run Admin API C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"scheduler": {
"description": "Cloud Scheduler API C++ Client Library",
"dependencies": [
Expand Down Expand Up @@ -945,6 +992,18 @@
}
]
},
"video": {
"description": "Video Services C++ Client Library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"videointelligence": {
"description": "Cloud Video Intelligence 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 @@ -2661,8 +2661,8 @@
"port-version": 1
},
"google-cloud-cpp": {
"baseline": "2.1.0",
"port-version": 2
"baseline": "2.2.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": "47537b3b241e2f6a757553ad9475c44c7e13eb01",
"version": "2.2.0",
"port-version": 0
},
{
"git-tree": "8e675db53dae8b88be806ecd93411810ee8048d7",
"version": "2.1.0",
Expand Down

0 comments on commit b9bfab0

Please sign in to comment.