-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from regro-cf-autotick-bot/2.10.0_h416586
google-cloud-cpp v2.10.0
- Loading branch information
Showing
2 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
From 20b43fdb677ea76cfcbdf0e4f000158fe99f615d Mon Sep 17 00:00:00 2001 | ||
From: Carlos O'Ryan <[email protected]> | ||
Date: Tue, 7 Feb 2023 01:35:26 +0000 | ||
Subject: [PATCH] disable libraries | ||
|
||
--- | ||
cmake/GoogleCloudCppFeatures.cmake | 6 +++--- | ||
1 file changed, 3 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/cmake/GoogleCloudCppFeatures.cmake b/cmake/GoogleCloudCppFeatures.cmake | ||
index cf2d9bc8e..9060937f4 100644 | ||
index 1a08f39f7d..359c6d643b 100644 | ||
--- a/cmake/GoogleCloudCppFeatures.cmake | ||
+++ b/cmake/GoogleCloudCppFeatures.cmake | ||
@@ -42,7 +42,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES | ||
@@ -41,7 +41,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES | ||
"apigeeconnect" | ||
"appengine" | ||
"artifactregistry" | ||
|
@@ -19,11 +28,11 @@ index cf2d9bc8e..9060937f4 100644 | |
+ # "channel" -- needs newer Protobuf https://github.com/googleapis/google-cloud-cpp/issues/8125 | ||
"cloudbuild" | ||
"composer" | ||
"connectors" | ||
@@ -115,7 +115,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES | ||
"spanner" | ||
"confidentialcomputing" | ||
@@ -117,7 +117,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES | ||
"speech" | ||
"storage" | ||
"storageinsights" | ||
- "storagetransfer" | ||
+ # "storagetransfer" -- needs newer Protobuf https://github.com/googleapis/google-cloud-cpp/issues/8785 | ||
"talent" | ||
|