Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Containerfiles for SDCC #418

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add Containerfiles for SDCC #418

wants to merge 1 commit into from

Conversation

crawfxrd
Copy link
Member

@crawfxrd crawfxrd commented Oct 16, 2023

Provide minimal builds of SDCC in Alpine- and Debian-based containers. They can be used to build EC if it was cloned standalone with podman, e.g.:

make -C containers ec-alpine
podman run -it --rm -v $PWD:/workspace:Z system76/ec-alpine:latest make BOARD=system76/oryp8

Provide minimal builds of SDCC in Alpine- and Debian-based containers.
They can be used to build EC if it was cloned standalone with podman,
e.g.:

    make -C containers ec-alpine
    podman run -it --rm -v $PWD:/workspace:Z system76/ec-alpine:latest make BOARD=system76/oryp8

Signed-off-by: Tim Crawford <tcrawford@system76.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant