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 2021/02/23 03:20:05 UTC

[GitHub] [openwhisk-wskdeploy] kingledion opened a new issue #1121: wskdeploy does not work with .rs extension rust files.

kingledion opened a new issue #1121:
URL: https://github.com/apache/openwhisk-wskdeploy/issues/1121


   Rust 1.34 support works with https://github.com/apache/openwhisk-wskdeploy/pull/1119, however, this MR only passes tests for cargo projects in .zip format. Plain .rs files do not work as the runtime is not properly connected with the extension.
   
   For the case of the Travis test pipeline, the problem is that the runtime tests are hardcoded to use the bluemix host: https://github.com/apache/openwhisk-wskdeploy/blob/master/runtimes/runtimes_test.go#L33
   
   We should remove the hardcoded external dependency from the test and add test cases for .rs file. 


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