Skip to content

Commit

Permalink
infra: Add .bazelversion to allow building with bazelisk (#1922)
Browse files Browse the repository at this point in the history
Summary: TSIA

Relevant Issues: N/A

Type of change: /kind infra

Test Plan: Updated my local path so that `bazel` points to bazelisk. Saw
the correct version of bazel get used for the build.

Signed-off-by: Vihang Mehta <[email protected]>
  • Loading branch information
vihangm authored May 27, 2024
1 parent 8d72a6b commit 1496ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.2.0
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace(name = "px")

load("//:workspace.bzl", "check_min_bazel_version")

check_min_bazel_version("6.0.0")
check_min_bazel_version("6.2.0")

load("//bazel:repositories.bzl", "pl_cc_toolchain_deps", "pl_deps")

Expand Down

0 comments on commit 1496ad3

Please sign in to comment.