Skip to content

Commit a967416

Browse files
remove window 7 from bcr presubmit checks
1 parent ac02731 commit a967416

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.bcr/presubmit.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ tasks:
3131
- '--host_cxxopt=-std=c++17'
3232
build_targets:
3333
- '@bazel-diff//:bazel-diff'
34-
verify_targets_windows_7x:
35-
name: Verify build targets (Windows, Bazel 7.x)
36-
platform: windows
37-
bazel: "7.x"
38-
build_flags:
39-
- '--cxxopt=-std=c++17'
40-
- '--host_cxxopt=-std=c++17'
41-
build_targets:
42-
- '@bazel-diff//:bazel-diff'
4334
verify_targets_windows_8x:
4435
name: Verify build targets (Windows, Bazel 8.x)
4536
platform: windows

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bazel-diff",
3-
version = "15.0.3",
3+
version = "15.0.4",
44
compatibility_level = 0,
55
)
66

0 commit comments

Comments
 (0)