apache / apache/openwhisk-wskdeploy

wskdeploy does not work with .rs extension rust files.

Open
#1,121 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
75
Forks
73
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.