feature: bundle the lua-resty-core library, which reimplements ngx_lua's Lua API with LuaJIT FFI.

This commit is contained in:
Yichun Zhang (agentzh)
2013-12-14 13:21:41 -08:00
parent 0528788543
commit b8bf7bbb4c
2 changed files with 12 additions and 1 deletions

View File

@ -509,6 +509,13 @@ mv agentzh-lua-resty-lock-* lua-resty-lock-$ver || exit 1
#################################
ver=0.0.2
$root/util/get-tarball "https://github.com/agentzh/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
mv agentzh-lua-resty-core-* lua-resty-core-$ver || exit 1
#################################
rm *.tar.gz
cd ..