You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started adding a Nargo workspace to aztec-packages in AztecProtocol/aztec-packages#2083 but compile times are slow due to the number of contracts being compiled.
Aztec has some custom tooling which addresses this by spinning up multiple instances of nargo in parallel but stock Noir tooling should be sufficient for this.
Happy Case
We should merge #2612 which integrates the same parallelisation of compilation of multiple noir packages natively.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
I've started adding a Nargo workspace to
aztec-packages
in AztecProtocol/aztec-packages#2083 but compile times are slow due to the number of contracts being compiled.Aztec has some custom tooling which addresses this by spinning up multiple instances of
nargo
in parallel but stock Noir tooling should be sufficient for this.Happy Case
We should merge #2612 which integrates the same parallelisation of compilation of multiple noir packages natively.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered: