rust-vmm / rust-vmm-container

Container with all dependencies required for running rust-vmm crates integration tests.
Apache License 2.0
65 stars 32 forks source link

feat(build_container): add no_std-only targets #94

Closed mkroening closed 10 months ago

mkroening commented 10 months ago

Summary of the PR

This is useful for verifying that no_std crates actually work on no_std targets.

See https://github.com/rust-vmm/vm-fdt/pull/68.

Requirements

Before submitting your PR, please make sure you addressed the following requirements: