Skip to content

Commit

Permalink
Bump Bazel version to 7.0.1
Browse files Browse the repository at this point in the history
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].

[1] bazelbuild/bazel#18958

Change-Id: I252944a7d388daae676a420709f0e6c2002588d7
  • Loading branch information
davido committed Jan 22, 2024
1 parent 2527109 commit 132683b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# TODO(davido): Migrate all dependencies from WORKSPACE to MODULE.bazel
# https://issues.gerritcodereview.com/issues/303819949
common --noenable_bzlmod

build --workspace_status_command="python3 ./tools/workspace_status.py"
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
build --experimental_strict_action_env
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.2
7.0.1

0 comments on commit 132683b

Please sign in to comment.