From 923c7c10b046805e429eb8a0631a3c1ae36a8601 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 22 Jan 2024 13:54:21 -0800 Subject: [PATCH] Add bazel 6.x to CI --- .bazelci/presubmit.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 5831d4e..e9b4c18 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -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