Skip to content

Commit

Permalink
[google-cloud-cpp] fix feature dependencies (microsoft#27001)
Browse files Browse the repository at this point in the history
* [google-cloud-cpp] fix feature dependencies

* Add missing 'osconfig' feature

* Fix versions
  • Loading branch information
coryan authored Sep 29, 2022
1 parent 51685e1 commit 7acd91a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
31 changes: 30 additions & 1 deletion ports/google-cloud-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "google-cloud-cpp",
"version": "2.2.0",
"port-version": 1,
"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 @@ -105,7 +106,9 @@
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
"accesscontextmanager",
"grpc-common",
"osconfig"
]
}
]
Expand Down Expand Up @@ -201,6 +204,7 @@
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grafeas",
"grpc-common"
]
}
Expand Down Expand Up @@ -274,6 +278,7 @@
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grafeas",
"grpc-common"
]
}
Expand Down Expand Up @@ -460,6 +465,18 @@
}
]
},
"grafeas": {
"description": "Protocol buffers implementing the 'Grafeas API' (metadata about software artifacts)",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"grpc-common": {
"description": "Dependencies used by all gRPC-based libraries",
"dependencies": [
Expand Down Expand Up @@ -643,6 +660,18 @@
}
]
},
"osconfig": {
"description": "Cloud OS Config API C++ Client library",
"dependencies": [
{
"name": "google-cloud-cpp",
"default-features": false,
"features": [
"grpc-common"
]
}
]
},
"oslogin": {
"description": "Cloud OS Login API C++ Client Library",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@
},
"google-cloud-cpp": {
"baseline": "2.2.0",
"port-version": 0
"port-version": 1
},
"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": "1787308d659051c50c95298d855cd7ad5308d8b4",
"version": "2.2.0",
"port-version": 1
},
{
"git-tree": "47537b3b241e2f6a757553ad9475c44c7e13eb01",
"version": "2.2.0",
Expand Down

0 comments on commit 7acd91a

Please sign in to comment.