Re: [PATCH] ci: add Fedora 35 container in GHA

2021-11-18 Thread Aaron Conole
David Marchand writes: > On Tue, Nov 16, 2021 at 3:44 PM Aaron Conole wrote: >> > Build DPDK with Fedora 35 containers. >> > Differences with the Ubuntu GHA vm images: >> > - tasks are run as root in containers, no need for sudo, >> > - compiler must be explicitly installed: clang is not in cont

Re: [PATCH] ci: add Fedora 35 container in GHA

2021-11-17 Thread David Marchand
On Tue, Nov 16, 2021 at 3:44 PM Aaron Conole wrote: > > Build DPDK with Fedora 35 containers. > > Differences with the Ubuntu GHA vm images: > > - tasks are run as root in containers, no need for sudo, > > - compiler must be explicitly installed: clang is not in container images, > > - GHA artifac

Re: [PATCH] ci: add Fedora 35 container in GHA

2021-11-16 Thread Aaron Conole
David Marchand writes: > Build DPDK with Fedora 35 containers. > Differences with the Ubuntu GHA vm images: > - tasks are run as root in containers, no need for sudo, > - compiler must be explicitly installed: clang is not in container images, > - GHA artifacts can't contain a ':' in their name,

[PATCH] ci: add Fedora 35 container in GHA

2021-11-16 Thread David Marchand
Build DPDK with Fedora 35 containers. Differences with the Ubuntu GHA vm images: - tasks are run as root in containers, no need for sudo, - compiler must be explicitly installed: clang is not in container images, - GHA artifacts can't contain a ':' in their name, and must be filtered, Signed-off-b