Skip to content

Commit 6e34f52

Browse files
authored
ci: re-enable bzlmod in asan build (#15073)
1 parent 6b6d763 commit 6e34f52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ci/cloudbuild/builds/asan.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ 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
27-
# TODO(#14874): re-enable bzlmod once BCR grpc module is fixed.
28-
--noenable_bzlmod
29-
)
26+
args+=(--config=asan)
3027
io::run bazel test "${args[@]}" --test_tag_filters=-integration-test "${BAZEL_TARGETS[@]}"
3128

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

0 commit comments

Comments
 (0)