Skip to content

Commit

Permalink
feat(build): include boringssl headers in final distro (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr authored Nov 30, 2022
1 parent 07ea0fc commit f7ac87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openresty-build-tools/kong-ngx-build
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ main() {
popd #.openssl

cp -vp build/crypto/libcrypto.* build/ssl/libssl.* $OPENSSL_DESTDIR$OPENSSL_PREFIX/lib

cp -rvp include/openssl $OPENSSL_DESTDIR$OPENSSL_PREFIX/include/
popd # $OPENRESTY_DOWNLOAD
succ "BoringSSL $BORINGSSL_VER has been built successfully!"

Expand Down
1 change: 1 addition & 0 deletions test/tests/01-package/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /bin/sh -c "grep
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /bin/sh -c "ls -l /etc/kong/kong.conf.default"
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /bin/sh -c "ls -l /etc/kong/kong*.logrotate"
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /bin/sh -c "ls -l /usr/local/kong/include/google/protobuf/*.proto"
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /bin/sh -c "ls -l /usr/local/kong/include/openssl/*.h"

if [ -e ${KONG_SOURCE_LOCATION}/kong/include/kong/pluginsocket.proto ]; then
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /bin/sh -c "ls -l /usr/local/kong/include/kong/pluginsocket.proto"
Expand Down

0 comments on commit f7ac87f

Please sign in to comment.