Improve Bazel CI (#8502)

* Update Buildkite Bazel CI

Restructure presubmit.yml to support matrix.

* Remove testing Ubuntu 18.04

The available LLVM 6.0 is too old to support std::filesystem.

* Add testing in Ubuntu 22.04

* Use Bazel version 6.5.0 in integration test
This commit is contained in:
Marcel
2025-01-23 21:10:27 +01:00
committed by GitHub
parent 33a15d63cf
commit fceafd438d
3 changed files with 29 additions and 21 deletions

View File

@@ -209,4 +209,4 @@ bazel_starlib_dependencies()
load("@rules_bazel_integration_test//bazel_integration_test:defs.bzl", "bazel_binaries")
bazel_binaries(versions = ["6.3.2"])
bazel_binaries(versions = ["6.5.0"])