Skip to content

Commit 1229dfb

Browse files
committed
build: update Bazel to 5.3 and rules_pkg to 0.7.1
These updates have been combined as rules_pkg 0.7.1 requires support for non string labels which older versions of Bazel do not support which would cause the below failure ``` Error in select: select: got Label for dict key, want a label string ```
1 parent 4fa8392 commit 1229dfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.3.0

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ build_bazel_rules_nodejs_dependencies()
3232

3333
http_archive(
3434
name = "rules_pkg",
35-
sha256 = "8a298e832762eda1830597d64fe7db58178aa84cd5926d76d5b744d6558941c2",
36-
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz"],
35+
sha256 = "451e08a4d78988c06fa3f9306ec813b836b1d076d0f055595444ba4ff22b867f",
36+
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.7.1/rules_pkg-0.7.1.tar.gz"],
3737
)
3838

3939
load("@bazel_tools//tools/sh:sh_configure.bzl", "sh_configure")

0 commit comments

Comments
 (0)