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 wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053 > > Add LoongArch64 architecture on LoongArch64 EDK2 CI testing. > Cc: Michael D Kinney > Cc: Liming Gao > > Signed-off-by: Chao Li > --- > .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