Skip to content

Commit

Permalink
Test with fewer features
Browse files Browse the repository at this point in the history
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*`.
  • Loading branch information
coryan committed Apr 18, 2024
1 parent a688b5d commit 22b1a5e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 22b1a5e

Please sign in to comment.