Acked-by: Ray Ni <[email protected]> > -----Original Message----- > From: Oliver Steffen <[email protected]> > Sent: Thursday, December 1, 2022 4:01 AM > To: [email protected] > Cc: Andrew Fish <[email protected]>; Ard Biesheuvel > <[email protected]>; Feng, Bob C <[email protected]>; Daniel > Schaefer <[email protected]>; Gerd Hoffmann <[email protected]>; > Yao, Jiewen <[email protected]>; Justen, Jordan L > <[email protected]>; Leif Lindholm <[email protected]>; > Gao, Liming <[email protected]>; Kinney, Michael D > <[email protected]>; Michael Kubacki > <[email protected]>; Ni, Ray <[email protected]>; Sami > Mujawar <[email protected]>; Sean Brogan > <[email protected]>; Sunil V L <[email protected]>; > Chen, Christine <[email protected]>; Liu, Zhiguang > <[email protected]>; Pawel Polawski <[email protected]>; fernald, > chris <[email protected]>; Oliver Steffen <[email protected]> > Subject: [PATCH v8 09/12] EmulatorPkg: 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 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. > > Use Python from the container image, do not download at runtime. > > Signed-off-by: Oliver Steffen <[email protected]> > --- > EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml > b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml > index 416c15e70840..e58bb5b55245 100644 > --- a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml > +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml > @@ -75,6 +75,8 @@ jobs: > pool: > vmImage: $(vm_image) > > + container: 'ghcr.io/tianocore/containers/fedora-35-test:2113a0e' > + > steps: > - template: ../../../.azurepipelines/templates/platform-build-run- > steps.yml > parameters: > @@ -85,3 +87,4 @@ jobs: > build_file: $(Build.File) > build_flags: $(Build.Flags) > run_flags: $(Run.Flags) > + usePythonVersion: '' # use Python from the container image > -- > 2.38.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96801): https://edk2.groups.io/g/devel/message/96801 Mute This Topic: https://groups.io/mt/95366771/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
