CircleCI sometimes fails while trying to do a submodule update. It doesn't yield any error message, it just exits with code 1. We should try to identify the cause, or at least add some retries so we don't have to manually retrigger the workflow every time it happens.
See https://app.circleci.com/pipelines/github/AztecProtocol/aztec3-packages/1782/workflows/1c87e211-558d-4510-97e2-c3661062ed83/jobs/21412 as an example.
CircleCI sometimes fails while trying to do a
submodule update. It doesn't yield any error message, it just exits with code 1. We should try to identify the cause, or at least add some retries so we don't have to manually retrigger the workflow every time it happens.See https://app.circleci.com/pipelines/github/AztecProtocol/aztec3-packages/1782/workflows/1c87e211-558d-4510-97e2-c3661062ed83/jobs/21412 as an example.