Hi Mike and Liming,
This patch has not been reviewed, would you please review it?

Thanks,
Chao
--------

On 9月 14 2022, at 5:40 δΈ‹εˆ, Chao Li <lic...@loongson.cn> wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053
>
> Add LoongArch64 architecture on LoongArch64 EDK2 CI testing.
> Cc: Michael D Kinney <michael.d.kin...@intel.com>
> Cc: Liming Gao <gaolim...@byosoft.com.cn>
>
> Signed-off-by: Chao Li <lic...@loongson.cn>
> ---
> .pytool/CISettings.py | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py
> index cf9e0d77b1..7ebec0ba0a 100644
> --- a/.pytool/CISettings.py
> +++ b/.pytool/CISettings.py
> @@ -79,7 +79,8 @@ class Settings(CiBuildSettingsManager, 
> UpdateSettingsManager, SetupSettingsManag
> "X64",
>
> "ARM",
> "AARCH64",

- "RISCV64")
+ "RISCV64",
+ "LOONGARCH64")

def GetTargetsSupported(self):
''' return iterable of edk2 target tags supported by this build '''
@@ -170,6 +171,8 @@ class Settings(CiBuildSettingsManager, 
UpdateSettingsManager, SetupSettingsManag
scopes += ("gcc_arm_linux",)

if "RISCV64" in self.ActualArchitectures:
scopes += ("gcc_riscv64_unknown",)
+ if "LOONGARCH64" in self.ActualArchitectures:
+ scopes += ("gcc_loongarch64_unknown_linux",)
self.ActualScopes = scopes
return self.ActualScopes

--
2.27.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94193): https://edk2.groups.io/g/devel/message/94193
Mute This Topic: https://groups.io/mt/93674230/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to