firmware-open/containers
Tim Crawford 8399c09798 Add Containerfile for development
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>
2024-11-11 09:33:08 -07:00
..
firmware-open Add Containerfile for development 2024-11-11 09:33:08 -07:00
Makefile Add Containerfile for development 2024-11-11 09:33:08 -07:00