Skip to content

Commit 7bc4420

Browse files
committed
ci: enable bzlmod for windows
1 parent d4d0d05 commit 7bc4420

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/gha/builds/lib/bazel.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ function bazel::msvc_args() {
7676
'--per_file_copt=.*\.pb\.cc@-wd4267'
7777
'--per_file_copt=.*\.upb\.c@-wd4090'
7878
'--per_file_copt=.*\.upbdefs\.c@-wd4090'
79-
# TODO(#14462) - gRPC is not compatible with (at least) MSVC 2019 + bzlmod.
80-
'--noenable_bzlmod'
8179
)
8280
printf "%s\n" "${args[@]}"
8381
}

0 commit comments

Comments
 (0)