From 22b1a5ec57008e4cb969a1718e20b714ccb40916 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 18 Apr 2024 12:43:41 +0000 Subject: [PATCH] Test with fewer features I think we can move these features to the `*-compute-feedstock` shard without blowing its build time. We need to find out if it is enough before doing all the work in `*-compute*`. --- recipe/bld.bat | 6 ++++++ recipe/build.sh | 6 ++++++ recipe/meta.yaml | 12 ++++++++++++ 3 files changed, 24 insertions(+) diff --git a/recipe/bld.bat b/recipe/bld.bat index bdc5189..be52ed6 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -21,7 +21,13 @@ set DISABLED=%DISABLED%,-trace :: `bigquery` is provided by `google-cloud-cpp-bigquery-feedstock`. set DISABLED=%DISABLED%,-bigquery :: `compute` is provided by `google-cloud-cpp-compute-feedstock`. +set DISABLED=%DISABLED%,-appengine +set DISABLED=%DISABLED%,-binaryauthorization set DISABLED=%DISABLED%,-compute +set DISABLED=%DISABLED%,-dataproc +set DISABLED=%DISABLED%,-gkemulticloud +set DISABLED=%DISABLED%,-osconfig +set DISABLED=%DISABLED%,-run :: `aiplatform` and friends are be provided by `google-cloud-cpp-ai-feedstock`. set DISABLED=%DISABLED%,-aiplatform set DISABLED=%DISABLED%,-automl diff --git a/recipe/build.sh b/recipe/build.sh index 9067a9f..204b877 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -29,7 +29,13 @@ feature_list=( # Provided by `google-cloud-cpp-bigquery-feedstock`. bigquery # Provided by `google-cloud-cpp-compute-feedstock`. + appengine + binaryauthorization compute + dataproc + gkemulticloud + osconfig + run # Provided by `google-cloud-cpp-compute-ai-feedstock`. aiplatform automl diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ce83990..62b39a4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -60,7 +60,13 @@ outputs: # From the google-cloud-cpp-bigquery feedstock - libgoogle-cloud-bigquery # From the google-cloud-cpp-compute feedstock + # TODO - libgoogle-cloud-appengine + # TODO - libgoogle-cloud-binaryauthorization - libgoogle-cloud-compute + # TODO - libgoogle-cloud-dataproc + # TODO - libgoogle-cloud-gkemulticloud + # TODO - libgoogle-cloud-osconfig + # TODO - libgoogle-cloud-run # From the google-cloud-cpp-ai feedstock - libgoogle-cloud-aiplatform - libgoogle-cloud-automl @@ -125,7 +131,13 @@ outputs: # From the google-cloud-cpp-bigquery feedstock - libgoogle-cloud-bigquery-devel # From the google-cloud-cpp-compute feedstock + # TODO - libgoogle-cloud-appengine-devel + # TODO - libgoogle-cloud-binaryauthorization-devel - libgoogle-cloud-compute-devel + # TODO - libgoogle-cloud-dataproc-devel + # TODO - libgoogle-cloud-gkemulticloud-devel + # TODO - libgoogle-cloud-osconfig-devel + # TODO - libgoogle-cloud-run-devel # From the google-cloud-cpp-ai feedstock - libgoogle-cloud-aiplatform-devel - libgoogle-cloud-automl-devel