rust-vmm / rust-vmm-container

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

Add tools required by bindgen #56

Closed vireshk closed 2 years ago

vireshk commented 2 years ago

Add tools required by bindgen, like clang and musl-tools.

Fixes: #55 Signed-off-by: Viresh Kumar viresh.kumar@linaro.org

andreeaflorescu commented 2 years ago

I checked the build and it passes on both platforms. If support for musl is needed as well we can merge this from my point of view.

vireshk commented 2 years ago

@andreeaflorescu I don't need musl for my work, but the auto builds done for vhost-device need it and makes the pull request unmergeable. So i guess we need it anyway?