Skip to content

Commit cfb3ab5

Browse files
committed
Test with bazel 6 & 7 in BCR checks
1 parent 920a0ee commit cfb3ab5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.bcr/presubmit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ shell_commands: &shell_commands
66
- ./kerl install ${ERLANG_VERSION} ~/kerl/${ERLANG_VERSION}
77
- realpath ~/kerl/${ERLANG_VERSION}
88

9+
matrix:
10+
bazel:
11+
- 6.x
12+
- 7.x
913
platforms:
1014
macos:
1115
environment:
1216
ERLANG_VERSION: "26.2"
1317
ERLANG_HOME: /Users/buildkite/kerl/26.2
18+
bazel: ${{ bazel }}
1419
shell_commands: *shell_commands
1520
build_flags:
1621
- --incompatible_strict_action_env
@@ -20,6 +25,7 @@ platforms:
2025
environment:
2126
ERLANG_VERSION: "26.2"
2227
ERLANG_HOME: /var/lib/buildkite-agent/kerl/26.2
28+
bazel: ${{ bazel }}
2329
shell_commands: *shell_commands
2430
build_flags:
2531
- --incompatible_strict_action_env

0 commit comments

Comments
 (0)