-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up CI #9
Comments
Circom binary cache sketch:
|
With workspaces #80 we can probably reduce core/ffi build time so we don't build it twice. This is because we are sharing the target directory. |
With recent improvements #76 and #82 CI is much faster. Currently it takes 17m total (test-ios) / 20m (test-android) total, which is much better! https://github.com/oskarth/mopro/actions/runs/8058892793/job/22012399580 Probably some more things can be improved when preparing/building to get total down to ~10m, but it OK now |
Problem
Right now it takes around 40-50m: https://github.com/oskarth/mopro/actions
Very roughly:
We want to get this down to <10m before we can use CI to block PRs from merging at this stage.
Acceptance criteria
CI runs faster, and ideally in <10m
The text was updated successfully, but these errors were encountered: