Now that we're able to successfully build larger packages, it seems we can also easily surpass TravisCI's capabilitie.
I'm wondering whether there's anything more we can do to minimize the size of resulting docker images. Cleaning distfiles would definitely be one thing, but there's other things as well. I see we're already shipping a cleanportage.sh file which right now does nothing.
Right now and for as long as we're not struggling with significant USE flag updated and network bottlenecks at build time, I think it would be most sensible to always wipe everything that can be wiped for the specialization case. Where would you say this is best done, @Doeme ?
Now that we're able to successfully build larger packages, it seems we can also easily surpass TravisCI's capabilitie.
I'm wondering whether there's anything more we can do to minimize the size of resulting docker images. Cleaning distfiles would definitely be one thing, but there's other things as well. I see we're already shipping a
cleanportage.shfile which right now does nothing.Right now and for as long as we're not struggling with significant USE flag updated and network bottlenecks at build time, I think it would be most sensible to always wipe everything that can be wiped for the specialization case. Where would you say this is best done, @Doeme ?