ec
ec copied to clipboard
Add Containerfile for development
Add a command to create a Debian-based container with the SDCC and Rust toolchains installed in order to minimize the workspace setup time and ensure build environments are the same.
make -C containers
podman run -it --rm \
-v $PWD:/workspace:Z \
system76/ec:latest \
make BOARD=system76/oryp8
A locally built image is 1.07 GiB.
Should we update ec/scripts/deps.sh to include the podman dependency for containerized builds?
There is no integration for using the container yet, so podman is not a dependency.