Skip to content

Commit

Permalink
Upgrade Bazel 6 -> 7.
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Smolka <[email protected]>
  • Loading branch information
smolkaj committed Dec 18, 2024
1 parent a41e728 commit 1b44d49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion bazel/example/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# bazelrc file
# Flip when we add Bzlmod support (#518).
common --enable_workspace
common --noenable_bzlmod

# C++14 required for recent gRPC versions
build --cxxopt='-std=c++14'
2 changes: 1 addition & 1 deletion bazel/example/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.5.0
7.4.1
4 changes: 3 additions & 1 deletion proto/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# bazelrc file
# Flip when we add Bzlmod support (#518).
common --enable_workspace
common --noenable_bzlmod

# C++14 required for recent gRPC versions
build --cxxopt='-std=c++14'
2 changes: 1 addition & 1 deletion proto/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.5.0
7.4.1

0 comments on commit 1b44d49

Please sign in to comment.