diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-08-30 17:14:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 17:14:50 -0700 |
| commit | 4529856aebcdb61c63b062b11ed75b569e8e38bb (patch) | |
| tree | 09392c6c16043f971c49c80991f88fe166f6e61b /versions/g-/google-cloud-cpp.json | |
| parent | 2777eada3f0608c337eced841c0023ab405e03d8 (diff) | |
| download | vcpkg-4529856aebcdb61c63b062b11ed75b569e8e38bb.tar.gz vcpkg-4529856aebcdb61c63b062b11ed75b569e8e38bb.zip | |
[google-cloud-cpp] use features to stop package growth (#19600)
* [google-cloud-cpp] use features to stop package growth
We have plans to grow `google-cloud-cpp`, but we think the build times
are large enough already. This creates "features" to at least stop the
package growth as new features are added. The "default-features"
reflects the current features in the package.
* Remove versions created during development
* Address review comments
Diffstat (limited to 'versions/g-/google-cloud-cpp.json')
| -rw-r--r-- | versions/g-/google-cloud-cpp.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/g-/google-cloud-cpp.json b/versions/g-/google-cloud-cpp.json index 8431af02c..f743550b5 100644 --- a/versions/g-/google-cloud-cpp.json +++ b/versions/g-/google-cloud-cpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7e4c28a8a9e84631228981bd73a3932596fe8e1f", + "version": "1.30.1", + "port-version": 1 + }, + { "git-tree": "254b48f7254b7ab5b4ac6676ccd3149274f154f0", "version": "1.30.1", "port-version": 0 |
