]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg/PlatformCI: Enable optional features on Qemu AARCH64 builds
authorArd Biesheuvel <ardb@kernel.org>
Tue, 24 Jan 2023 12:22:03 +0000 (13:22 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 26 Jan 2023 18:54:58 +0000 (18:54 +0000)
To increase the CI coverage, enable secure boot, TPM2 support and HTTPS
boot on ArmVirtQemu builds used in CI.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml

index b1526ae8e50be3ccf811f6c87917350319f40947..44a1d3da674254718900c6c57f21b2307d44862a 100644 (file)
@@ -32,21 +32,21 @@ jobs:
           QEMU_AARCH64_DEBUG:\r
             Build.File: "$(package)/PlatformCI/QemuBuild.py"\r
             Build.Arch: "AARCH64"\r
-            Build.Flags: ""\r
+            Build.Flags: "BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_TPM2_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"\r
             Build.Target: "DEBUG"\r
             Run.Flags: $(run_flags)\r
             Run: $(should_run)\r
           QEMU_AARCH64_RELEASE:\r
             Build.File: "$(package)/PlatformCI/QemuBuild.py"\r
             Build.Arch: "AARCH64"\r
-            Build.Flags: ""\r
+            Build.Flags: "BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_TPM2_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"\r
             Build.Target: "RELEASE"\r
             Run.Flags: $(run_flags)\r
             Run: $(should_run)\r
           QEMU_AARCH64_NOOPT:\r
             Build.File: "$(package)/PlatformCI/QemuBuild.py"\r
             Build.Arch: "AARCH64"\r
-            Build.Flags: ""\r
+            Build.Flags: "BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_TPM2_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"\r
             Build.Target: "NOOPT"\r
             Run.Flags: $(run_flags)\r
             Run: $(should_run)\r