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
The build of the vite box on CI has been disabled in #10579 since it fails with OOM. We need to troubleshoot why it needs so much memory, or tweak the CI to run node with a higher heap limit.
The text was updated successfully, but these errors were encountered:
Closes: AztecProtocol/aztec-packages#10587
- Imports `bb.js` as a prover for PXE, both in the browser and in the
`cli-wallet` (if PXE_PROVER_ENABLED=1 but BB_WORKING_DIRECTORY and
BB_BINARY_PATH are unset)
- Splits `noir-protocol-circuits-types` so a `/client` bundle can be
imported without all the public artifacts
- Reenables vite box with proving since it doesn't run out of memory
anymore
---------
Co-authored-by: Cody <[email protected]>
Co-authored-by: ledwards2225 <[email protected]>
Co-authored-by: ludamad <[email protected]>
The build of the
vite
box on CI has been disabled in #10579 since it fails with OOM. We need to troubleshoot why it needs so much memory, or tweak the CI to runnode
with a higher heap limit.The text was updated successfully, but these errors were encountered: