Skip to content

Commit

Permalink
Add bazel 6.x to CI (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Jan 22, 2024
1 parent 418b2ec commit 36fd6ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ x_defaults:
- "//test/test_data:multi_arch_cc_binary"

tasks:
macos_6:
name: "6.x LTS"
bazel: 6.x
<<: *common
build_flags:
# Bazel 6.x has dependencies that produce warnings now
- "--features=-treat_warnings_as_errors"
test_flags:
# Bazel 6.x has dependencies that produce warnings now
- "--features=-treat_warnings_as_errors"

macos_latest:
name: "Current LTS"
bazel: latest
Expand Down

0 comments on commit 36fd6ff

Please sign in to comment.