We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6d763 commit 6e34f52Copy full SHA for 6e34f52
ci/cloudbuild/builds/asan.sh
@@ -23,10 +23,7 @@ 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
27
- # TODO(#14874): re-enable bzlmod once BCR grpc module is fixed.
28
- --noenable_bzlmod
29
-)
+args+=(--config=asan)
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