spacewander commented on a change in pull request #6306:
URL: https://github.com/apache/apisix/pull/6306#discussion_r805532496
##########
File path: utils/linux-install-luarocks.sh
##########
@@ -42,7 +42,7 @@ fi
make build > build.log 2>&1 || (cat build.log && exit 1)
sudo make install > build.log 2>&1 || (cat build.log && exit 1)
cd .. || exit
-rm -rf luarocks-"$LUAROCKS_VER"
+rm -rf luarocks-"$LUAROCKS_VER" luarocks-"$LUAROCKS_VER".tar.gz
Review comment:
OK. So that we can also handle
https://github.com/apache/apisix/issues/6307 in this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]