Conversation
- Consolidates the full build of contracts and Rust in a single job. - Make Rust caches work, make contracts/ABI/bindings caches work. - Produce a Docker image and publish as an artifact, to reuse in e2e tests. - Separate e2e tests from unit tests. - Delete independent build for ipc-resolver; everything is built at once to minimise overhead. - Remove unused workflows.
132b77c to
40af84b
Compare
cryptoAtwill
approved these changes
Aug 23, 2024
Contributor
Author
|
Well, this first build was slow because it didn't get to leverage caches. The merge to master will be slow too. And after that, all builds will speed up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notes
Supersedes #1112.