-
Notifications
You must be signed in to change notification settings - Fork 28
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
Investigate using cargo
as a library for test-kernels
#784
Comments
Some comment on StackOverflow mentions that this is, indeed, still a |
I'm not convinced, that |
I'd prefer using cargo as a library, actually. The API being unstable for now is a blocker for me, though. We'd just generate unnecessary churn. |
The docs of the library clearly state, that it is not advised to use the library externally:
I don't really see that changing in the near to middle future. Therefore, I'm closing this issue again, but I'm not upset if you want to reopen it. 🙂 |
At the moment, we directly invoke
cargo
usingCommand::new
to build thetest-kernels
. A cleaner approach would be usingcargo
as a library instead.See: https://docs.rs/cargo/latest/cargo/
uhyve/tests/common.rs
Lines 10 to 37 in 0cbbc3a
The text was updated successfully, but these errors were encountered: