Skip to content

Commit

Permalink
fix: quickstarts build with bazel (#14633)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed Aug 12, 2024
1 parent 823b132 commit e1e9c8a
Show file tree
Hide file tree
Showing 139 changed files with 414 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/cloudbuild/builds/quickstart-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export CC=gcc
export CXX=g++

mapfile -t args < <(bazel::common_args)
args+=(--noenable_bzlmod)
for lib in $(quickstart::libraries); do
io::log_h2 "Running Bazel quickstart for ${lib}"
env -C "${PROJECT_ROOT}/google/cloud/${lib}/quickstart" \
Expand Down
3 changes: 3 additions & 0 deletions google/cloud/accessapproval/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/accesscontextmanager/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/advisorynotifications/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/aiplatform/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/alloydb/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/apigateway/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/apigeeconnect/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/apikeys/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/appengine/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/apphub/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/artifactregistry/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/asset/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/assuredworkloads/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/automl/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/backupdr/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/baremetalsolution/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/batch/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/beyondcorp/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/bigquery/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/bigquerycontrol/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/bigtable/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/billing/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/binaryauthorization/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/certificatemanager/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/channel/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/cloudbuild/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/cloudcontrolspartner/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/cloudquotas/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/commerce/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/composer/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/compute/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/confidentialcomputing/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/config/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/connectors/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/contactcenterinsights/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/container/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/containeranalysis/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/contentwarehouse/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/datacatalog/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/datafusion/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/datamigration/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/dataplex/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/dataproc/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/datastore/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/datastream/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/deploy/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/developerconnect/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/dialogflow_cx/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/dialogflow_es/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/discoveryengine/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/dlp/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/documentai/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/domains/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/edgecontainer/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/edgenetwork/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
3 changes: 3 additions & 0 deletions google/cloud/essentialcontacts/quickstart/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
# runs inside a docker image or if one builds a quickstart and then builds
# the project separately.
build --experimental_convenience_symlinks=ignore

#Our quickstarts do not yet support bzlmod
build --noenable_bzlmod
Loading

0 comments on commit e1e9c8a

Please sign in to comment.