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
Having the equivalent of #498 for Buildomat would significantly improve our CI times.
From a fairly recent PR:
We spend ~2 minutes downloading crates
We spend ~5-10 minutes compiling third-party dependencies, before we even start compiling any crates within omicron
We continue spending time compiling third-party dependencies (I saw this running up to ~20 minutes after we started compilation)
Most PRs by developers aren't changing a significant number of these dependencies -- this seems like a solid ~15 minute chunk of time we could shave off of CI, without much risk.
The text was updated successfully, but these errors were encountered:
Having the equivalent of #498 for Buildomat would significantly improve our CI times.
From a fairly recent PR:
Most PRs by developers aren't changing a significant number of these dependencies -- this seems like a solid ~15 minute chunk of time we could shave off of CI, without much risk.
The text was updated successfully, but these errors were encountered: