On Mon, Apr 4, 2022 at 6:06 PM Aaron Conole <acon...@redhat.com> wrote: > David Marchand <david.march...@redhat.com> writes: > > > Build DPDK with Fedora 35 containers. > > > > GHA container support does not allow caching images and docker hub > > seems to limit image pulls. > > On the other hand, the Fedora project hub does not seem to limit them, > > so prefer this hub. > > Nevertheless, let's try to be good citizens and cache (once a day) a > > prepared image for subsequent builds. > > This preparation is done in a first prepare-container-images job. > > The rpm-container-builds job then depends on it with a 'needs:' tag. > > > > Differences with builds in Ubuntu GHA vm images: > > - tasks are run as root in containers, no need for sudo, > > - compiler must be explicitly installed, > > - GHA artifacts can't contain a ':' in their name, and must be filtered, > > - environment variables are not inherited and must be passed explicitly, > > > > Signed-off-by: David Marchand <david.march...@redhat.com> > Acked-by: Aaron Conole <acon...@redhat.com>
Applied, thanks. -- David Marchand