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 2019/01/09 05:41:03 UTC

[GitHub] rabbah commented on a change in pull request #4210: Add swift:4.2 in default deployment

rabbah commented on a change in pull request #4210: Add swift:4.2 in default deployment
URL: https://github.com/apache/incubator-openwhisk/pull/4210#discussion_r246264085
 
 

 ##########
 File path: docs/actions-swift.md
 ##########
 @@ -113,7 +113,83 @@ When you create an OpenWhisk Swift action with a Swift source file, it has to be
 
 To avoid the cold-start delay, you can compile your Swift file into a binary and then upload to OpenWhisk in a zip file. As you need the OpenWhisk scaffolding, the easiest way to create the binary is to build it within the same environment as it will be run in.
 
-## Using a script to build Swift packaged action
+## Compiling Swift 4.2 packaged actiona
+
+The docker runtime includes a compiler tool to help users compile and package Swift 4.2 actions.
+
+### Compiling single source file for Swift 4.2
 
 Review comment:
   ... a single source ...

----------------------------------------------------------------
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