Speedup rebuilding native helper changes#5624
Conversation
|
Change is 👍 to me, but did you verify it's actually faster? 😄 I've been surprised by Docker caching behavior a few times |
|
Yeah, I did this while making changes to Here, worst case scenario is changing Best case scenario is changing |
Right now if I'm working on Pub native helpers and I rebuild the image, I need to reinstall all native helpers for all other ecosystems. This change avoids some unnecessary build scripts, depending on the ecosystem.
1dae9b7 to
553e5e7
Compare
|
This is really surprising behavior. Thanks for the speed up! |
I was working on improving #5617, and while changing the
pubnative helper script, I noticed that rebuilding would rebuild native helpers for all ecosystems.I think reordering things this way should make things a bit more efficient.