]> git.proxmox.com Git - mirror_edk2.git/commit
CI: Use Fedora 35 container (Linux only)
authorArd Biesheuvel <ardb@kernel.org>
Tue, 17 Jan 2023 18:09:09 +0000 (19:09 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 17 Jan 2023 19:06:32 +0000 (19:06 +0000)
commitef091600984386abeb8b0cc7ae267ba6011babbd
tree71749497b77a803565e1f3b7f06c0b7374b16ce3
parent36d7626a3732b6233686aa27e2d9813e59c3eb79
CI: Use Fedora 35 container (Linux only)

Run all Linux based jobs in a container, using a custom Fedora 35 image
(gcc 11).  The image URL specified in the defaults.yml template, so that
all CI jobs can use it. The image is hosted on ghcr.io and the
Dockerfiles are here: https://github.com/tianocore/containers The
version numbers of gcc, iasl, and nasm are pinned to avoid unintended
upgrades during image rebuild.

Do not run apt-get in CI jobs to install qemu and gcc dependencies.
Assume the container image provides these.

Use Python from the container image, do not download at runtime.

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Chris Fernald <chfernal@microsoft.com>
.azurepipelines/Ubuntu-GCC5.yml
.azurepipelines/templates/basetools-build-steps.yml
.azurepipelines/templates/defaults.yml