Skip to content

Commit 8a5961e

Browse files
committed
Upgrade bazel skylib to fix protobuf v31.x build
Signed-off-by: Dom Del Nano <ddelnano@gmail.com> (cherry picked from commit f69b9d17010abe2cd8cabea7c42a4d4cc5f46f91)
1 parent 2d68d44 commit 8a5961e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ REPOSITORY_LOCATIONS = dict(
2323
],
2424
),
2525
bazel_skylib = dict(
26-
sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728",
26+
sha256 = "51b5105a760b353773f904d2bbc5e664d0987fbaf22265164de65d43e910d8ac",
2727
urls = [
28-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
29-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
28+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.1/bazel-skylib-1.8.1.tar.gz",
29+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.1/bazel-skylib-1.8.1.tar.gz",
3030
],
3131
),
3232
# Must be called boringssl to make sure the deps pick it up correctly.

0 commit comments

Comments
 (0)