Skip to content

Commit e1e9c8a

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

139 files changed

Lines changed: 414 additions & 1 deletion

File tree

Some content is hidden

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

ci/cloudbuild/builds/quickstart-bazel.sh

Lines changed: 0 additions & 1 deletion
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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)