Skip to content

Commit

Permalink
chore(deps): update dependency bazel to v6.3.1 (#3022)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9d6f904f0c50ec48d81767b6b264db7b300327e0
  • Loading branch information
renovate[bot] authored and alexeagle committed Aug 14, 2023
1 parent dde3bbd commit ec99c46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions integration_tests/bazel_binary.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@ BAZEL_VERSIONS = {
"linux-arm64": "647ccd5269c12ba724aa041b10e3dad8d7a0cfeeae4b9eac3ebcaa0774e8fcac",
"linux-x86_64": "d64606c17e6b6a7fc119150420b4c109315982319ff3229587e200c47bf36946",
},
"6.3.1": {
"darwin-arm64": "b31a3dd7d5cfa7eb25856075fe85ef6180d0a25499f8183a7bb85e5b88d6158b",
"darwin-x86_64": "49a6d5f96ce89a9cfb320378293de214df5a4ac22b002a978e1f8a23fb3ceb83",
"linux-arm64": "ac70546fd207a98d500f118f621c6e15f918786cb5f0a5bb9ca709b433fb5a9b",
"linux-x86_64": "81130d324e145dcf3192338b875669fe5f410fef26344985dd4cdcdb1c7cab5b",
},
}

def _bazel_binary_impl(rctx):
# TODO: make this configurable if needed in the future.
version = "6.3.0"
version_without_rc = "6.3.0"
version = "6.3.1"
version_without_rc = "6.3.1"
release_type = "release"
platform = repo_utils.platform(rctx).replace("_", "-").replace("amd64", "x86_64")

Expand Down
2 changes: 1 addition & 1 deletion pkg/aspect/init/template/.bazelversion_
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.3.1

0 comments on commit ec99c46

Please sign in to comment.