Skip to content

Commit 923ba36

Browse files
committed
fix: fix bcr configs
1 parent ff9d383 commit 923ba36

File tree

5 files changed

+26
-2649
lines changed

5 files changed

+26
-2649
lines changed

.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ common --config=ruleset
1111
# Take care to document any settings that you expect users to apply.
1212
# Settings that apply only to CI are in .github/workflows/ci.bazelrc
1313

14-
# Required until this is the default; expected in Bazel 7
15-
common --enable_bzlmod
16-
1714
# Load any settings specific to the current user.
1815
# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
1916
# This needs to be last statement in this

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
8.1.0
1+
8.5.0
22
# The first line of this file is used by Bazelisk and Bazel to be sure
33
# the right version of Bazel is used to build and test this repo.
44
# This also defines which version is used on CI.

.bcr/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
bcr_test_module:
22
module_path: ""
33
matrix:
4-
platform: ["debian10", "macos", "ubuntu2004"]
5-
bazel: ["8.x"]
4+
platform: ["macos_arm64", "ubuntu2204"]
5+
bazel: ["8.5.0"]
66
tasks:
77
run_tests:
88
name: "Run test module"

0 commit comments

Comments
 (0)