-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat(raiko): install script + makefile CI integration #159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now no need to export env CC & CC_riscv_XXX in makefile?
Oh, it is in Cecilia's pipeline.
cargo risczero install | ||
- name: Build risc0 guest target | ||
run: cargo run --bin risc0-builder | ||
- uses: risc0/risc0/.github/actions/sccache@release-0.19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does anyone konw why we're sticking with risc0's fork of sccache@release-0.19?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, I just kept it because I'm also not sure what it does.
Uses a makefile to both install all dependencies and build/run/test the provers. Check the README for instructions.