We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
Also, should use build output artifacts from jbush001/NyuziToolchain#107 instead of having to rebuild the compiler.
Sorry, something went wrong.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: