Skip to content

Commit

Permalink
fix(build): update the openssl alternate download url (#11362)
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored Aug 7, 2023
1 parent e972712 commit 888731a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/openresty/openssl/openssl_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ load("@kong_bindings//:variables.bzl", "KONG_VAR")

def openssl_repositories():
version = KONG_VAR["OPENSSL"]
version_github = version.replace(".", "_")

maybe(
http_archive,
Expand All @@ -16,6 +15,6 @@ def openssl_repositories():
strip_prefix = "openssl-" + version,
urls = [
"https://www.openssl.org/source/openssl-" + version + ".tar.gz",
"https://github.com/openssl/openssl/archive/OpenSSL_" + version_github + ".tar.gz",
"https://github.com/openssl/openssl/releases/download/openssl-" + version + "/openssl-" + version + ".tar.gz",
],
)

1 comment on commit 888731a

@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:888731ac1c01217f5b6b1a95e458a319e7349803
Artifacts available https://github.com/Kong/kong/actions/runs/5782789028

Please sign in to comment.