Skip to content

Commit

Permalink
fixup! chore(build): bump bazel to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Sep 11, 2024
1 parent f480e09 commit 16440bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ kong_genrule(
cmd =
""" set -e
rm -rf ${BUILD_DESTDIR}/share ${BUILD_DESTDIR}/lib ${BUILD_DESTDIR}/etc
LUAROCKS=${WORKSPACE_PATH}/$(dirname '$(location @luarocks//:luarocks_make)')/luarocks_tree
LUAROCKS=$(dirname '$(location @luarocks//:luarocks_make)')/luarocks_tree
cp -r ${LUAROCKS}/share ${LUAROCKS}/lib ${LUAROCKS}/etc ${BUILD_DESTDIR}/.
cp ${LUAROCKS}/bin/luarocks ${BUILD_DESTDIR}/bin/.
cp ${LUAROCKS}/bin/luarocks-admin ${BUILD_DESTDIR}/bin/.
Expand Down

0 comments on commit 16440bb

Please sign in to comment.