We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920a0ee commit cfb3ab5Copy full SHA for cfb3ab5
.bcr/presubmit.yml
@@ -6,11 +6,16 @@ shell_commands: &shell_commands
6
- ./kerl install ${ERLANG_VERSION} ~/kerl/${ERLANG_VERSION}
7
- realpath ~/kerl/${ERLANG_VERSION}
8
9
+matrix:
10
+ bazel:
11
+ - 6.x
12
+ - 7.x
13
platforms:
14
macos:
15
environment:
16
ERLANG_VERSION: "26.2"
17
ERLANG_HOME: /Users/buildkite/kerl/26.2
18
+ bazel: ${{ bazel }}
19
shell_commands: *shell_commands
20
build_flags:
21
- --incompatible_strict_action_env
@@ -20,6 +25,7 @@ platforms:
25
26
22
27
ERLANG_HOME: /var/lib/buildkite-agent/kerl/26.2
28
23
29
24
30
31
0 commit comments