Skip to content

Commit

Permalink
Update to use Bazel 7.4.1.
Browse files Browse the repository at this point in the history
This specifically enables the legacy WORKSPACE-based resolution, and
disables the new bzlmod-based resolution.

Related to p4lang#5065 and p4lang#5066.
  • Loading branch information
katre committed Dec 17, 2024
1 parent 27b4d2f commit e992620
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Remove once #5066 is resolved.
common --enable_workspace
# Enable once #5066 is resolved.
common --noenable_bzlmod

build --action_env=BAZEL_CXXOPTS="-std=c++17"
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.4.1
5 changes: 5 additions & 0 deletions bazel/example/.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Remove once #5066 is resolved.
common --enable_workspace
# Enable once #5066 is resolved.
common --noenable_bzlmod

build --action_env=BAZEL_CXXOPTS="-std=c++17"
2 changes: 1 addition & 1 deletion bazel/example/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.4.1

0 comments on commit e992620

Please sign in to comment.