Skip to content

Commit 4f735ec

Browse files
davidomsohn
authored andcommitted
Bump Bazel version to 7.1.1
In Bazel 7.x release line, the bzlmod feature is activated per default, so that we need to disable it. See this issue for more details: [1]. Test plan: $> bazel test //... [1] bazelbuild/bazel#18958 Change-Id: I2526d93020c5d82314a09206907ebeed6f1a1700
1 parent 567315a commit 4f735ec

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# TODO(davido): Migrate all dependencies from WORKSPACE to MODULE.bazel
2+
# https://issues.gerritcodereview.com/issues/303819949
3+
common --noenable_bzlmod
4+
15
build --workspace_status_command="python ./tools/workspace_status.py"
26
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
37
build --experimental_strict_action_env

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.2
1+
7.1.1

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# TODO(davido): Migrate all dependencies from WORKSPACE to MODULE.bazel
2+
# https://issues.gerritcodereview.com/issues/303819949

0 commit comments

Comments
 (0)