-
Notifications
You must be signed in to change notification settings - Fork 0
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
flake: don't follow our nixpkgs revision for risc0pkgs to speedup builds #84
Conversation
Minimum allowed coverage is Generated by 🐒 cobertura-action against f8122c3 |
@@ -0,0 +1,6636 @@ | |||
# This file is automatically @generated by Cargo. |
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.
Question: where is TOML file used to generate this lockfile?
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.
There is none because rust-std only ships with a lockfile: I don't know how you obtain your rust compiler but there should be a directory lib/rustlib/src/rust
and this is where this fiel is copied from
follows
instruction such that we trigger less rebuilds for the risc0 tooling if we update nixpkgs and benefit from better cachingrisc0pkgs
templateFurther temporary optimisation:
./kairos-prover
to avoid building any risc0 related codex86_64-darwin
buildNote that prior to merging we need to change the merge rules to not require the ubuntu-latest check.