Skip to content

Commit

Permalink
Rebase patches
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored and h-vetinari committed Jun 16, 2023
1 parent d37f3c8 commit c1c8612
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 161 deletions.
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ source:
# https://github.com/googleapis/google-cloud-cpp/issues/8145
# https://github.com/googleapis/google-cloud-cpp/issues/8785
- patches/0001-disable-libraries.patch # [libprotobuf == "3.21"]
# backport https://github.com/googleapis/google-cloud-cpp/pull/11782
- patches/0002-fix-better-support-for-cross-compilation-11782.patch

build:
number: 0
Expand Down
12 changes: 6 additions & 6 deletions recipe/patches/0001-disable-libraries.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
From f014c88e7ea57ec2907edf26752264566ef7fa0a Mon Sep 17 00:00:00 2001
From 0012bc6ca9f1b3d3d4023ce763afb5f9a8057dd6 Mon Sep 17 00:00:00 2001
From: Carlos O'Ryan <[email protected]>
Date: Tue, 7 Feb 2023 01:35:26 +0000
Subject: [PATCH 1/2] disable libraries
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 c50048d01f..c3bb7c4b22 100644
index 7f7de7b4b3..c42e3bf4a0 100644
--- a/cmake/GoogleCloudCppFeatures.cmake
+++ b/cmake/GoogleCloudCppFeatures.cmake
@@ -43,7 +43,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
@@ -44,7 +44,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
"apigeeconnect"
"appengine"
"artifactregistry"
Expand All @@ -20,7 +20,7 @@ index c50048d01f..c3bb7c4b22 100644
"assuredworkloads"
"automl"
"baremetalsolution"
@@ -54,7 +54,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
@@ -55,7 +55,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
"billing"
"binaryauthorization"
"certificatemanager"
Expand All @@ -29,7 +29,7 @@ index c50048d01f..c3bb7c4b22 100644
"cloudbuild"
"composer"
"confidentialcomputing"
@@ -119,7 +119,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
@@ -125,7 +125,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
"speech"
"storage"
"storageinsights"
Expand Down

This file was deleted.

0 comments on commit c1c8612

Please sign in to comment.