Dennis Kempin 108a335d7d toolchain refactoring: Only support native out of the box 1 year ago
..
Dockerfile.debian 108a335d7d toolchain refactoring: Only support native out of the box 1 year ago
Dockerfile.ubuntu 108a335d7d toolchain refactoring: Only support native out of the box 1 year ago
README.md 108a335d7d toolchain refactoring: Only support native out of the box 1 year ago
run.sh 108a335d7d toolchain refactoring: Only support native out of the box 1 year ago
test-all.sh 108a335d7d toolchain refactoring: Only support native out of the box 1 year ago

README.md

Minimal Containers

These containers simulate a fresh developer workstation and can be used to test out-of-the box development workflows for crosvm.

To run one of the containers:

./run.sh Dockerfile.ubuntu

Or to run cargo build in all containers run:

./test-all.sh

Note: These scripts are experimental and not validated in CI.