NilFoundation / zkLLVM

Zero-Knowledge Proof Systems Circuit Compiler
https://docs.nil.foundation/zkllvm
273 stars 44 forks source link

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

Open x-mass opened 2 months ago

x-mass commented 2 months ago

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