Skip to content

Commit

Permalink
fix(bazel): don't rm lapis/luarocks-admin bins (#11578)
Browse files Browse the repository at this point in the history
luarocks-admin and lapis are removed from the docker images by the bazel build system, but they are needed by the container smoke tests, so they need to be brought back.
  • Loading branch information
curiositycasualty authored Sep 15, 2023
1 parent c2c8c24 commit 17044bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG/unreleased/kong/11578.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
message: "Restore lapis & luarocks-admin bins"
type: bugfix
prs:
- 11578
1 change: 0 additions & 1 deletion build/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ kong_directory_genrule(
LUAROCKS=${WORKSPACE_PATH}/$(dirname '$(location @luarocks//:luarocks_make)')/luarocks_tree
cp -r ${LUAROCKS}/. ${BUILD_DESTDIR}/.
rm ${BUILD_DESTDIR}/bin/lapis ${BUILD_DESTDIR}/bin/luarocks-admin
ATC_ROUTER=${WORKSPACE_PATH}/$(location @atc_router)
cp $ATC_ROUTER ${BUILD_DESTDIR}/openresty/lualib/.
Expand Down

0 comments on commit 17044bc

Please sign in to comment.