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 noticed, the CI runs are rerunning some build steps at every job -- which makes the runs slow.
In #120 I cached the wasm light client build step and it works fine. We still need to figure out why
cairo contract build step rebuilds the cairo binaries and recompiles the cairo contracts
integration tests step rebuilds the relayer crates from scratch
The integration test runs for ~2 mins, but it ends up being ~9 min for rerunning build steps. nix with cachix should cache all the build steps. We should look into this after 2nd demo.
The text was updated successfully, but these errors were encountered:
I noticed, the CI runs are rerunning some build steps at every job -- which makes the runs slow.
In #120 I cached the wasm light client build step and it works fine. We still need to figure out why
The integration test runs for ~2 mins, but it ends up being ~9 min for rerunning build steps.
nix
withcachix
should cache all the build steps. We should look into this after 2nd demo.The text was updated successfully, but these errors were encountered: