Build loongarch64 in CI and mark it as supported
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7738>
This commit is contained in:
parent
47f342bfcb
commit
38acf0cfdd
3 changed files with 3 additions and 1 deletions
1
.ci/build-loongarch64.sh
Symbolic link
1
.ci/build-loongarch64.sh
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
lib/build_changed_aports.sh
|
||||
|
|
@ -224,6 +224,7 @@ if __name__ == "__main__":
|
|||
Arch.armhf: "qemu",
|
||||
Arch.riscv64: "qemu",
|
||||
Arch.ppc64le: "ppc64le",
|
||||
Arch.loongarch64: "loongarch64",
|
||||
},
|
||||
)
|
||||
with open(child_pipeline, "w") as fw:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ supported_firewall=nftables
|
|||
supported_base_nofde=True
|
||||
supported_install_boot_label=pmOS_i_boot
|
||||
supported_mkinitfs_without_flavors=True
|
||||
supported_arches=aarch64,armhf,armv7,ppc64le,riscv64,x86,x86_64
|
||||
supported_arches=aarch64,armhf,armv7,loongarch64,ppc64le,riscv64,x86,x86_64
|
||||
supported_fastboot_depends=android-tools
|
||||
supported_heimdall_depends=heimdall,android-tools
|
||||
supported_usr_merge=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue