You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/16 22:01:19 UTC

[GitHub] paulcastro opened a new issue #2394: Pin version of CCurl used in Package.swift

paulcastro opened a new issue #2394: Pin version of CCurl used in Package.swift 
URL: https://github.com/apache/incubator-openwhisk/issues/2394
 
 
   Swift 3 `action should invoke` tests will sometimes fail if CCurl is not using version 0.2.3 due to self-signed certificate issue.  This can affect local builds
   
   We should update Package.swift:
   
   ```import PackageDescription
   
   let package = Package(
       name: "Action",
           dependencies: [
               .Package(url: "https://github.com/IBM-Swift/CCurl.git", "0.2.3"),
               .Package(url: "https://github.com/IBM-Swift/Kitura-net.git", "1.0.1"),
               .Package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", "14.2.0"),
               .Package(url: "https://github.com/IBM-Swift/swift-watson-sdk.git", "0.4.1")
           ]
   )
   ```
 
----------------------------------------------------------------
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