mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 04:43:22 +00:00
![]() Add a command to create a Debian-based container with the coreboot, SDCC, and Rust toolchains installed in order to minimize the setup time of a container-based workflow, such as CI. make -C containers podman run -it --rm \ -v $PWD:/workspace:Z \ -v ~/.ccache:/root/.ccache:Z \ system76/firmware-open:latest \ ./scripts/build.sh oryp8 A locally built image is 2.46 GiB. Signed-off-by: Tim Crawford <tcrawford@system76.com> |
||
---|---|---|
.. | ||
firmware-open | ||
Makefile |