Skip to content

Commit

Permalink
build: update bazelw to use .bazelversion (#321)
Browse files Browse the repository at this point in the history
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
goaway authored and jpsim committed Nov 28, 2022
1 parent 2732438 commit 6e9aaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mobile/.bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.28.0
2 changes: 1 addition & 1 deletion mobile/bazelw
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

readonly bazel_version="0.28.0"
read -r bazel_version<.bazelversion
if [[ $OSTYPE == darwin* ]]; then
readonly bazel_platform="darwin"
readonly bazel_version_sha="572a34b3aac1e891d6bc6d7b0c58ffcbd86eac52f8bcc02f069a8be5af44bf5e"
Expand Down

0 comments on commit 6e9aaef

Please sign in to comment.