-
-
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.
- Loading branch information
1 parent
c1c8612
commit 621e4fd
Showing
3 changed files
with
26 additions
and
2 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,7 +1,7 @@ | ||
From 0012bc6ca9f1b3d3d4023ce763afb5f9a8057dd6 Mon Sep 17 00:00:00 2001 | ||
From 06db3d22c2a6466d690cbc05596627c763e3405e 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 | ||
Subject: [PATCH 1/2] disable libraries | ||
|
||
--- | ||
cmake/GoogleCloudCppFeatures.cmake | 6 +++--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
From 2afb8fb75983511f812939dc3ba2ca32460034fb Mon Sep 17 00:00:00 2001 | ||
From: "H. Vetinari" <[email protected]> | ||
Date: Mon, 19 Jun 2023 07:59:29 +1100 | ||
Subject: [PATCH 2/2] disable aiplatform feature | ||
|
||
--- | ||
cmake/GoogleCloudCppFeatures.cmake | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/cmake/GoogleCloudCppFeatures.cmake b/cmake/GoogleCloudCppFeatures.cmake | ||
index c42e3bf4a0..d3b4072f53 100644 | ||
--- a/cmake/GoogleCloudCppFeatures.cmake | ||
+++ b/cmake/GoogleCloudCppFeatures.cmake | ||
@@ -38,7 +38,7 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES | ||
"accessapproval" | ||
"accesscontextmanager" | ||
"advisorynotifications" | ||
- "aiplatform" | ||
+ # "aiplatform" -- disabled on windows due to running into timeout limits & new in 2.12 | ||
"alloydb" | ||
"apigateway" | ||
"apigeeconnect" |