You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by gi...@git.apache.org on 2017/05/15 14:52:27 UTC

[GitHub] rabbah commented on issue #2243: Compile Swift (& Java?) binaries once

rabbah commented on issue #2243: Compile Swift (& Java?) binaries once
URL: https://github.com/apache/incubator-openwhisk/issues/2243#issuecomment-301499547
 
 
   as a further generalization, we've discussed the idea of "init" actions which receive a manifest of dependencies, install them locally inside an action runtime container, archive the result and create the intended action as a result. For swift, this included compiling the binary, for Java, pulling the dependencies, pruning and creating the Jar. For node, receiving a package.json, running npm install, and zipping up the dependencies, and for python, creating and sealing the virtual env.
 
----------------------------------------------------------------
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