How do I build a luarock without cloning from git again?

时间:2016-08-31 18:27:29

标签: lua luarocks openresty

I've got a local clone of a lua rock that I want to install.

$ luarocks install lua-resty-jwt-dev-0.rockspec
Using lua-resty-jwt-dev-0.rockspec... switching to 'build' mode
Cloning into 'lua-resty-jwt'...

luarocks appears to be cloning the source code again, even though I'm inside the git clone of the repository. How do I get it to build and install without cloning a new copy of the source code?

0 个答案:

没有答案
相关问题