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

Create a buildkite pipeline that builds the container on each PR #48

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 3 years ago

This way we ensure that we don't introduce bugs as we add tools to the container.

This pipeline should call docker.sh on both x86_64 and on aarch64. Once we have a Windows script available (#49), that script should also be called.

andreeaflorescu commented 1 year ago

Fixed by #73