Skip to content

Commit

Permalink
fix(build): remove the original websocket library from openresty
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed May 16, 2024
1 parent f1bd6d4 commit 23d388d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ kong_genrule(
mkdir -p ${BUILD_DESTDIR}/etc/kong/
cp ${WORKSPACE_PATH}/kong.conf.default ${BUILD_DESTDIR}/etc/kong/kong.conf.default
# TODO: remove this after lua-resty-websocket becomes a patch or merged to upstream
rm -rf ${BUILD_DESTDIR}/openresty/lualib/resty/websocket
# housecleaning
if [[ -d ${BUILD_DESTDIR}/kong/lib64 ]]; then
cp -r ${BUILD_DESTDIR}/kong/lib64/* ${BUILD_DESTDIR}/kong/lib/.
Expand Down

0 comments on commit 23d388d

Please sign in to comment.