I think the TARGET name should be updated to TARGET_ARM_ARMPLATFORM. Otherwise, Reviewed by: Bret Barkelew - Bret From: pierre.gondois@arm.com Sent: Wednesday, April 21, 2021 5:21 AM To: devel@edk2.groups.io; sami.mujawar@arm.com; leif@nuviainc.com; ardb+tianocore@kernel.org; Sean Brogan; Bret Barkelew Subject: [EXTERNAL] [PATCH v1 12/12] AzurePipelines: Add support for ArmPlatformPkg From: Pierre Gondois Add an entry to build the ArmPlatformPkg in the CI. Fixes: https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D3349&data=04%7C01%7CBret.Barkelew%40microsoft.com%7C5d0e796c603443cba5cb08d904bffdf6%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637546044920304051%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=A8udDEiGEU4kXwVm88lNlnOCJq4c65uW7R4n%2FYYGUCs%3D&reserved=0 Signed-off-by: Pierre Gondois --- .azurepipelines/templates/pr-gate-build-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index 837079e7bd97..16d197cde913 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: TARGET_ARM: - Build.Pkgs: 'ArmPkg' + Build.Pkgs: 'ArmPkg,ArmPlatformPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_MDE_CPU: Build.Pkgs: 'MdePkg,UefiCpuPkg' -- 2.17.1