Skip to content

Commit

Permalink
fix(bazel): add alt url for older zlib releases
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty authored and gszr committed Mar 4, 2023
1 parent fa90a68 commit a5f3634
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/cross_deps/zlib/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ def zlib_repositories():

http_archive(
name = "cross_deps_zlib",
url = "https://zlib.net/zlib-1.2.13.tar.gz",
urls = [
"https://zlib.net/zlib-1.2.13.tar.gz",
"https://zlib.net/fossils/zlib-1.2.13.tar.gz",
],
sha256 = "b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30",
strip_prefix = "zlib-1.2.13",
build_file = "//build/cross_deps/zlib:BUILD.zlib.bazel",
Expand Down

1 comment on commit a5f3634

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:a5f36348eafd6bbab1f334cc8423101bdb189573
Artifacts available https://github.com/Kong/kong/actions/runs/4331553551

Please sign in to comment.