Sn0rt opened a new issue, #10784:
URL: https://github.com/apache/apisix/issues/10784

   ### Current Behavior
   
   The current APISIX master is no longer adapted to openresty. Currently, 
script installation dependencies still automatically install dependencies on 
openresty, which is not as expected. Expect APISIX-runtime to be installed 
automatically.
   
   ### Expected Behavior
   
   ```diff
   diff --git a/utils/install-dependencies.sh b/utils/install-dependencies.sh
   index bdf54598..5efff972 100755
   --- a/utils/install-dependencies.sh
   +++ b/utils/install-dependencies.sh
   @@ -84,7 +84,7 @@ function install_dependencies_with_apt() {
    # Install dependencies on mac osx
    function install_dependencies_on_mac_osx() {
        # install OpenResty, etcd and some compilation tools
   -    brew install openresty/brew/openresty luarocks [email protected] wget curl git 
pcre openldap
   +    brew install luarocks wget curl git pcre openldap
    }
   
    # Identify the different distributions and call the corresponding function
   ```
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   make deps with macos
   
   1. make deps
   
   ### Environment
   
   - APISIX version (run `apisix version`): master
   - Operating system (run `uname -a`): 
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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]

Reply via email to