Skip to content

Commit

Permalink
Add third mirror for zlib
Browse files Browse the repository at this point in the history
The second mirror is not working anymore. At the moment, `mirror.bazel.build`'s SSL certificate is expired. This adds another mirror to make zlib available again.
  • Loading branch information
krfricke committed May 18, 2022
1 parent bac0722 commit 95d9b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def prometheus_cpp_repositories():
urls = [
"https://mirror.bazel.build/zlib.net/zlib-1.2.11.tar.gz",
"https://zlib.net/zlib-1.2.11.tar.gz",
"https://storage.googleapis.com/bazel-mirror/zlib.net/zlib-1.2.11.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:zlib.BUILD",
)

0 comments on commit 95d9b62

Please sign in to comment.