Re: [edk2-devel] [PATCH v2 0/4] CI: Use Fedora 35 container for Linux jobs

2022-06-07 Thread Gerd Hoffmann
Hi, > The container image provides the required compiler toolchains and Qemu > for the supported architectures. These are then no longer downloaded at > runtime, avoiding CI failures due to download errors. This approach also > makes it easier to switch to other or newer compilers. It makes the

[edk2-devel] [PATCH v2 0/4] CI: Use Fedora 35 container for Linux jobs

2022-06-07 Thread Oliver Steffen
Update CI, run all Linux (aka Ubuntu-GCC5) bases jobs in custom containers. The container image provides the required compiler toolchains and Qemu for the supported architectures. These are then no longer downloaded at runtime, avoiding CI failures due to download errors. This approach also make