Skip to content

Commit 5f5408a

Browse files
committed
disable bzlmod for asan
1 parent f23d589 commit 5f5408a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/cloudbuild/builds/asan.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ source module ci/cloudbuild/builds/lib/integration.sh
2323
source module ci/lib/io.sh
2424

2525
mapfile -t args < <(bazel::common_args)
26-
args+=(--config=asan)
26+
args+=(--config=asan
27+
# TODO(#14874): re-enable bzlmod once BCR grpc module is fixed.
28+
--noenable_bzlmod
29+
)
2730
io::run bazel test "${args[@]}" --test_tag_filters=-integration-test "${BAZEL_TARGETS[@]}"
2831

2932
mapfile -t integration_args < <(integration::bazel_args)

0 commit comments

Comments
 (0)