Skip to content

Use multi-stage build to create CI container #187

@jbush001

Description

@jbush001

Currently, the build container is created by copying files from the host install, which is messy and not fully reproducible:

https://github.com/jbush001/NyuziProcessor/blob/master/scripts/build_container.sh

Instead, use the new multi-stage build feature to Docker to build the compiler and Verilator inside a container:

https://docs.docker.com/develop/develop-images/multistage-build/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions