-
Notifications
You must be signed in to change notification settings - Fork 33
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
Create rust workflow #290
Create rust workflow #290
Conversation
Missing a DCO :-) |
Yep I will fixup when I get the pipeline running :) sorry about that. the pipeline is failing unexpectedly with:
|
I ran the 'cd lang/rs; cargo build' and got the following error, most likely I do not have it installed as expected.
Must be missing a step. |
|
Signed-off-by: Maryam Tahhan <[email protected]>
6815d66
to
b5529db
Compare
Lol, so it builds now but the tests fail :) I'll try and debug a little more tomorrow. |
:-( have a great night. |
Signed-off-by: Maryam Tahhan <[email protected]>
I think there's a bit more to do with the test debug for now - so I'm putting it on the back burner with an issue to look at later... that way we can still get this workflow for at least building the rust code running regularly. |
Hi Maryam, are you ready to have this one approved and merged? |
yes - this is ready. The unit tests need to be fixed separately and have issues open against them - so they are out of scope for this PR |
Add a build to run the rust pipeline