We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23d589 commit 5f5408aCopy full SHA for 5f5408a
ci/cloudbuild/builds/asan.sh
@@ -23,7 +23,10 @@ source module ci/cloudbuild/builds/lib/integration.sh
23
source module ci/lib/io.sh
24
25
mapfile -t args < <(bazel::common_args)
26
-args+=(--config=asan)
+args+=(--config=asan
27
+ # TODO(#14874): re-enable bzlmod once BCR grpc module is fixed.
28
+ --noenable_bzlmod
29
+)
30
io::run bazel test "${args[@]}" --test_tag_filters=-integration-test "${BAZEL_TARGETS[@]}"
31
32
mapfile -t integration_args < <(integration::bazel_args)
0 commit comments