Skip to content

Commit e1e9c8a

Browse files
authored
fix: quickstarts build with bazel (#14633)
1 parent 823b132 commit e1e9c8a

File tree

139 files changed

+414
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+414
-1
lines changed

ci/cloudbuild/builds/quickstart-bazel.sh

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export CC=gcc
2525
export CXX=g++
2626

2727
mapfile -t args < <(bazel::common_args)
28-
args+=(--noenable_bzlmod)
2928
for lib in $(quickstart::libraries); do
3029
io::log_h2 "Running Bazel quickstart for ${lib}"
3130
env -C "${PROJECT_ROOT}/google/cloud/${lib}/quickstart" \

google/cloud/accessapproval/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/accesscontextmanager/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/advisorynotifications/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/aiplatform/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/alloydb/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/apigateway/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/apigeeconnect/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/apikeys/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/appengine/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/apphub/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/artifactregistry/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/asset/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/assuredworkloads/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/automl/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/backupdr/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/baremetalsolution/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/batch/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/beyondcorp/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/bigquery/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/bigquerycontrol/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/bigtable/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/billing/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/binaryauthorization/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/certificatemanager/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/channel/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/cloudbuild/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/cloudcontrolspartner/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/cloudquotas/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/commerce/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/composer/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/compute/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/confidentialcomputing/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/config/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/connectors/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/contactcenterinsights/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/container/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/containeranalysis/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/contentwarehouse/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/datacatalog/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/datafusion/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/datamigration/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/dataplex/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/dataproc/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/datastore/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/datastream/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/deploy/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/developerconnect/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/dialogflow_cx/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/dialogflow_es/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/discoveryengine/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/dlp/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/documentai/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/domains/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/edgecontainer/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/edgenetwork/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

google/cloud/essentialcontacts/quickstart/.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ build:macos --host_cxxopt=-std=c++14
2828
# runs inside a docker image or if one builds a quickstart and then builds
2929
# the project separately.
3030
build --experimental_convenience_symlinks=ignore
31+
32+
#Our quickstarts do not yet support bzlmod
33+
build --noenable_bzlmod

0 commit comments

Comments
 (0)