You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/29 21:00:06 UTC

[GitHub] mrutkows opened a new issue #165: Do we need to list Lua modules (luarocks) installed as part of build?

mrutkows opened a new issue #165: Do we need to list Lua modules (luarocks) installed as part of build?
URL: https://github.com/apache/incubator-openwhisk-release/issues/165
 
 
   Do we need to credit either of these 2 Lua modules?
   
   ```
   # Install global dependencies
   luarocks install busted
   luarocks install luacov
   ```
   
   in addition, we have test dependencies, we should NOT ship in any release
   ```
   # Install test dependencies
   mkdir -p lua_modules
   luarocks install --tree=lua_modules lua-cjson
   luarocks install --tree=lua_modules luabitop
   luarocks install --tree=lua_modules luasocket
   luarocks install --tree=lua_modules sha1
   luarocks install --tree=lua_modules md5
   luarocks install --tree=lua_modules net-url
   luarocks install --tree=lua_modules luafilesystem
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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