We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac02731 commit a967416Copy full SHA for a967416
2 files changed
.bcr/presubmit.yml
@@ -31,15 +31,6 @@ tasks:
31
- '--host_cxxopt=-std=c++17'
32
build_targets:
33
- '@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'
43
verify_targets_windows_8x:
44
name: Verify build targets (Windows, Bazel 8.x)
45
platform: windows
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "bazel-diff",
3
- version = "15.0.3",
+ version = "15.0.4",
4
compatibility_level = 0,
5
)
6
0 commit comments