Skip to content

Commit

Permalink
ttt
Browse files Browse the repository at this point in the history
  • Loading branch information
aboudreault committed Sep 8, 2022
1 parent 1942471 commit cacbb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ function build {
if [[ ! -z "${BORINGSSL}" ]]; then
flags+=("--ssl-provider boringssl")
flags+=("--boringssl ${BORINGSSL}")
else
flags+=("--openssl ${OPENSSL}")
fi
flags+=("--openssl ${OPENSSL}")

local after=()

Expand Down
2 changes: 1 addition & 1 deletion gojira.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ function image_name {
RESTY_EVENTS=${RESTY_EVENTS:-$(req_find $req_file RESTY_EVENTS_VERSION)}
BORINGSSL=${BORINGSSL:-$(req_find $req_file RESTY_BORINGSSL_VERSION)}
KONG_NGX_MODULE=${KONG_NGX_MODULE:-$(req_find $req_file KONG_NGINX_MODULE_BRANCH)}
KONG_BUILD_TOOLS=${KONG_BUILD_TOOLS_BRANCH:-$(req_find $req_file KONG_BUILD_TOOLS_BRANCH)}
KONG_BUILD_TOOLS=${KONG_BUILD_TOOLS_BRANCH:-$(req_find $req_file KONG_BUILD_TOOLS)}
KONG_GO_PLUGINSERVER=${KONG_GO_PLUGINSERVER_VERSION:-$(req_find $req_file KONG_GO_PLUGINSERVER_VERSION)}
KONG_LIBGMP=${GMP_VERSION:-$(req_find $req_file KONG_GMP_VERSION)}
KONG_LIBNETTLE=${NETTLE_VERSION:-$(req_find $req_file KONG_DEP_NETTLE_VERSION)}
Expand Down

0 comments on commit cacbb43

Please sign in to comment.