Hi all,
UefiPayloadPkg succeed to pass Azure Pipeline now, TARGET_UEFIPAYLOAD has been
separated into two targets:
TARGET_UEFIPAYLOAD_IA32_X64 for GCC5 and VS20222,
TARGET_UEFIPAYLOAD_AARCH64_GCC_ONLY for GCC5 only.
TARGET_UEFIPAYLOAD_IA32_X64:
Build.Pkgs: 'UefiPayloadPkg'
Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
Build.Archlist: 'IA32,X64'
${{ if eq(parameters.tool_chain_tag, 'GCC5') }}:
TARGET_UEFIPAYLOAD_AARCH64_GCC_ONLY:
Build.Pkgs: 'UefiPayloadPkg'
Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
Build.Archlist: 'AARCH64'
The changes have been submitted to EDK2 repo for review, here is the link if
you have interest: https://github.com/tianocore/edk2/pull/6545
Thanks again.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121003): https://edk2.groups.io/g/devel/message/121003
Mute This Topic: https://groups.io/mt/110483263/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-