Skip to content

Commit d49da0f

Browse files
authored
chore: test on Bazel 8.0.0 (#478)
Picks up bazel-contrib/.github#25 Also test Bazel 8 on BCR presubmit. --- ### Changes are visible to end-users: no
1 parent c4aca6e commit d49da0f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.bcr/presubmit.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
bcr_test_module:
22
module_path: "e2e/use_release"
33
matrix:
4-
bazel: ["7.x"]
4+
bazel: ["8.x", "7.x"]
55
# TODO(#9): add windows to this list
66
platform: ["debian10", "macos", "ubuntu2004"]
77
tasks:
88
run_tests:
99
name: "Run test module"
1010
bazel: ${{ bazel }}
1111
platform: ${{ platform }}
12-
test_flags:
13-
# Bazel 6.x requires this flag set.
14-
- --@aspect_rules_py//py:interpreter_version=3.8.12
1512
test_targets:
1613
- "//..."

.github/workflows/ci.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
test:
26-
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7
26+
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@646899086d7aaee8e532540480f3e91e00596234 # 11 Dec 2024
2727
with:
2828
folders: '[".", "e2e/smoke", "e2e/repository-rule-deps", "e2e/system-interpreter", "examples/uv_pip_compile"]'
2929
# TODO: Build Windows tools and add to toolchain
@@ -36,10 +36,8 @@ jobs:
3636
{"folder": "e2e/repository-rule-deps", "bzlmodEnabled": false},
3737
{"folder": "e2e/system-interpreter", "bzlmodEnabled": false},
3838
{"folder": "examples/uv_pip_compile", "bzlmodEnabled": false},
39-
{"folder": ".", "bazelversion": "8.0.0rc1"},
40-
{"folder": "e2e/smoke", "bazelversion": "8.0.0rc1"},
41-
{"folder": "e2e/repository-rule-deps", "bazelversion": "8.0.0rc1"},
42-
{"folder": "e2e/system-interpreter", "bazelversion": "8.0.0rc1"}
39+
{"folder": ".", "bazelversion": "8.0.0"},
40+
{"folder": "e2e/smoke", "bazelversion": "8.0.0"}
4341
]
4442
4543
verify-bcr-patches:

0 commit comments

Comments
 (0)