Skip to content

Commit

Permalink
Bazel: Fix standalone build
Browse files Browse the repository at this point in the history
Update Bazel to the latest release 7.2.0rc3, and update bazlets to the
latest version.

Also upgrade python interpreter to python3.

Change-Id: I228aa6e760fe2b9a9f0af4a340eda9d36befedd4
  • Loading branch information
davido committed Jun 6, 2024
1 parent 2e4362b commit f45c596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build --workspace_status_command="python ./tools/workspace_status.py"
build --workspace_status_command="python3 ./tools/workspace_status.py"
test --build_tests_only
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
7.2.0rc3
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace(name = "com_github_davido_gerrit_oauth_provider")
load("//:bazlets.bzl", "load_bazlets")

load_bazlets(
commit = "8fa44957c3b3b89ce1d96eba67441882c54503fc",
commit = "40fe63dc04b90d4a60b931b41da0abda321e73c7",
#local_path = "/home/<user>/projects/bazlets",
)

Expand Down

0 comments on commit f45c596

Please sign in to comment.