Skip to content

Commit

Permalink
Updates bazel-skylib version for tests to pass on FreeBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
yesudeep committed Nov 27, 2021
1 parent f126df6 commit bc3d061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions foreign_cc/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def rules_foreign_cc_dependencies(
http_archive,
name = "bazel_skylib",
urls = [
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/archive/6e30a77347071ab22ce346b6d20cf8912919f644.zip",
],
sha256 = "c6966ec828da198c5d9adbaa94c05e3a1c7f21bd012a0b29ba8ddbccb2c93b0d",
strip_prefix = "bazel-skylib-6e30a77347071ab22ce346b6d20cf8912919f644",
sha256 = "247361e64b2a85b40cb45b9c071e42433467c6c87546270cbe2672eb9f317b5a",
)

0 comments on commit bc3d061

Please sign in to comment.