spacewander commented on issue #6250: URL: https://github.com/apache/apisix/issues/6250#issuecomment-1031123553
This thing has happened before. Take `utils/linux-install-luarocks.sh` as example: 1. the first version used `sudo` to install 2. I removed the sudo in https://github.com/apache/apisix/commit/32d6b6e03ae593b74c6c2952f23b01197b5058df#diff-4fc86c1a9aa8e4ff0b1e5767d2d2bfa32579829c477d034bea4e8f96fe7ab69d 3. several months later, we got in trouble and added the sudo back in https://github.com/apache/apisix/commit/d96a0f9c74f1690b841c5cd099f7b57c771da84c#diff-4fc86c1a9aa8e4ff0b1e5767d2d2bfa32579829c477d034bea4e8f96fe7ab69d To prevent another `sudo -> remove sudo -> add sudo back` cycle, I suggest we should only do that when people are requiring. -- 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]
