GetPoplog / Seed

Scripts for getting Poplog onto your Linux machine
MIT License
8 stars 3 forks source link

Speed up build #71

Open willprice opened 3 years ago

willprice commented 3 years ago

Now we have a bunch of builds happening inside docker, we can cache the preliminary set up (installation of package builder deps + poplog deps). The RPM build takes over 11 mins and most of that is due to installing deps.

willprice commented 3 years ago

Looks like we're better off sticking with the vanilla centos8 image. I think the 11 min builds were just when the centos package mirror had a bad day. Having the vanilla image also ensures that our jumpstart-centos build target works as expected too.