Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wskdeploy does not work with .rs extension rust files. #1121

Open
kingledion opened this issue Feb 23, 2021 · 0 comments
Open

wskdeploy does not work with .rs extension rust files. #1121

kingledion opened this issue Feb 23, 2021 · 0 comments

Comments

@kingledion
Copy link
Contributor

Rust 1.34 support works with #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant