audk/ArmVirtPkg
Laszlo Ersek 90683caedf ArmVirtPkg/PlatformCI: stick with "ubuntu-18.04" for now
"vm_image: 'ubuntu-latest'" now refers to Ubuntu Focal (20.04LTS), not
Ubuntu Bionic (18.04LTS), according to
<https://github.com/actions/virtual-environments/issues/1816>.

In Focal, the "qemu" package is a dummy package with no dependencies, and
so the actual emulators are not pulled in. Compare:

  https://packages.ubuntu.com/bionic/qemu
  https://packages.ubuntu.com/focal/qemu

This causes CI runs to fail.

It would be best to switch to the "qemu-system" package name, which
continues to depend on the emulators:

  https://packages.ubuntu.com/bionic/qemu-system
  https://packages.ubuntu.com/focal/qemu-system

However, while that package does make the emulators available, the
emulators crash. So for now, stick with the previous Ubuntu environment,
which continues to be supported, per
<https://github.com/actions/virtual-environments/issues/1816>.

Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20201217204049.26817-2-lersek@redhat.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
2020-12-18 09:51:16 +00:00
..
FdtClientDxe ArmVirtPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
HighMemDxe ArmVirtPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
Include ArmVirtPkg: GUID Hob for 16550 UART base address 2020-10-16 17:21:04 +00:00
KvmtoolPlatformDxe ArmVirtPkg: Add kvmtool platform driver 2020-10-16 17:21:04 +00:00
Library ArmVirtPkg: Add Kvmtool Platform Pei Lib 2020-10-16 17:21:04 +00:00
PlatformCI ArmVirtPkg/PlatformCI: stick with "ubuntu-18.04" for now 2020-12-18 09:51:16 +00:00
PlatformHasAcpiDtDxe ArmVirtPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
PrePi ArmVirtPkg: remove unused files 2020-06-12 22:17:46 +00:00
VirtioFdtDxe ArmVirtPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
XenAcpiPlatformDxe ArmVirtPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
XenPlatformHasAcpiDtDxe ArmVirtPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
XenioFdtDxe ArmVirtPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
ArmVirt.dsc.inc ArmVirtPkg: Add VariablePolicy engine to ArmVirtPkg platform 2020-11-17 01:03:43 +00:00
ArmVirtKvmTool.dsc ArmVirtPkg: Support for kvmtool virtual platform 2020-10-16 17:21:04 +00:00
ArmVirtKvmTool.fdf ArmVirtPkg: Support for kvmtool virtual platform 2020-10-16 17:21:04 +00:00
ArmVirtPkg.ci.yaml ArmVirtPkg: Add kvmtool to package dictionary 2020-10-16 17:21:04 +00:00
ArmVirtPkg.dec ArmVirtPkg: GUID Hob for 16550 UART base address 2020-10-16 17:21:04 +00:00
ArmVirtQemu.dsc ArmVirtPkg/ArmVirtQemu.dsc: Enable MD5 while enable iSCSI 2020-11-17 19:26:50 +00:00
ArmVirtQemu.fdf ArmVirtPkg/ArmVirtQemu: enable TPM2 support in the PEI phase 2020-03-04 08:48:09 +00:00
ArmVirtQemuFvMain.fdf.inc ArmVirtPkg: enable HttpDynamiCommand 2020-10-01 11:36:06 +00:00
ArmVirtQemuKernel.dsc ArmVirtPkg/ArmVirtQemuKernel.dsc: Enable MD5 while enable iSCSI 2020-11-17 19:26:50 +00:00
ArmVirtQemuKernel.fdf ArmVirtPkg: add FDF rule for self-relocating PrePi 2020-06-12 22:17:46 +00:00
ArmVirtRules.fdf.inc ArmVirtPkg: add FDF rule for self-relocating PrePi 2020-06-12 22:17:46 +00:00
ArmVirtXen.dsc ArmVirtPkg/PrePi: use standard PeCoff routines for self-relocation 2020-06-12 22:17:46 +00:00
ArmVirtXen.fdf ArmVirtPkg: enable HttpDynamiCommand 2020-10-01 11:36:06 +00:00
VarStore.fdf.inc ArmVirtPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00