You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2019/12/04 16:01:40 UTC

[GitHub] [incubator-apisix] moonming opened a new issue #929: bug: `make deps` will clone apisix repo

moonming opened a new issue #929: bug: `make deps` will clone apisix repo
URL: https://github.com/apache/incubator-apisix/issues/929
 
 
   ### Issue description
   `make deps` will clone `apisix` repo:
   ```
   ✗ make deps
   luarocks install rockspec/apisix-master-0.rockspec --tree=deps --only-deps --local
   Using rockspec/apisix-master-0.rockspec... switching to 'build' mode
   Cloning into 'incubator-apisix'...
   ^C
   Error: Failed cloning git repository.
   ```
   
   ### Environment
   
   * apisix version (cmd: `apisix version`): 0.9
   * OS: ubuntu 18.04
   
   ### Minimal test code / Steps to reproduce the issue
   1. make deps
   
   
   ### What's the actual result? (including assertion message & call stack if applicable)
   
   
   
   ### What's the expected result?
   should ONLY install deps, not including apisix repo.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services