Skip to content

Commit bfdfa00

Browse files
authored
Drop Windows and Bazel 6 from BCR presubmit (#7)
1 parent 1665dde commit bfdfa00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.bcr/presubmit.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ bcr_test_module:
66
- debian10
77
- ubuntu2004
88
- macos
9-
- windows
10-
bazel: [6.x, 7.x]
9+
# Reenable after making private APIs available in 7.4.0.
10+
# - windows
11+
bazel: [7.x]
1112
tasks:
1213
run_test_module:
1314
name: Run test module

0 commit comments

Comments
 (0)