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

[Feature request]: Introduce nix build (or conan, if we decide to move to it) #603

Open
x-mass opened this issue Apr 30, 2024 · 0 comments
Labels
enhancement New feature or request maintenance

Comments

@x-mass
Copy link
Contributor

x-mass commented Apr 30, 2024

Build result caching feature of build tools will speed up consistent testing significantly.
Currently consistent testing with other repos make them wait untill run of zkLLVM workflow is completed to fetch artifacts. Eg, if we want to consistently test a proof-producer, SyncWith rerun both proof-producer repo and zkLLVM. Then proof-producer has to wait untill zkLLVM finishes (even if no changes were introduces to zkLLVM), since there is a chance that artifacts would be updated. With build caching waiting time for these cases will drop, build will be completed instantly

@x-mass x-mass added the enhancement New feature or request label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance
Projects
None yet
Development

No branches or pull requests

2 participants