tianocore / containers

Repository to maintain and manage edk2 containers
Other
22 stars 26 forks source link

Add Fedora 37 image with gcc12 #60

Closed osteffenrh closed 1 year ago

osteffenrh commented 1 year ago

Add a Fedora 37 bases image that provides gcc 12, Python 3.11

Description

Add a new Linux image, based on Fedora 37. It provides a gcc 12 toolchain.

Issue #59

Containers Affected

New Fedora 37 container.

osteffenrh commented 1 year ago

@vlsunil, you can try your PR with the image below until this PR is merged.

docker pull ghcr.io/osteffenrh/edk2-containers/fedora-37-test:latest

osteffenrh commented 1 year ago

Thanks for the review. Finally got around to look at this again.

Updated:

osteffenrh commented 1 year ago

Test run with the EDK2 CI with this image: https://github.com/tianocore/edk2/pull/4108

osteffenrh commented 1 year ago

CI with GCC12 works.

@cfernald, could you have a look again? Just making sure the latest edits are ok.