Commit 3d4c149
Support Bazel 9
Bazel 9 is now released. The only blocker is that BCR `p4runtime 1.5.0`
declares `bazel_compatibility < 9.0.0`. Suppress the check via
`--check_bazel_compatibility=off` until a new p4runtime BCR release is
cut (tracked in p4lang/p4runtime#597). Unlike `git_override`, this flag
works for modules published to the BCR.
Also add a Bazel version matrix to CI (7.x and 9.x), and fix macOS
builds: use Command Line Tools clang to avoid requiring a full Xcode
install, and set `macos_minimum_os=10.15` which is the minimum for
`std::filesystem` support in libc++.
Signed-off-by: Steffen Smolka <steffen.smolka@gmail.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d59f5b2 commit 3d4c149
3 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments