From 3c66540e940c3dbc43a54f1f28c461f05fbb67a6 Mon Sep 17 00:00:00 2001 From: znley <shanjiantao@loongson.cn> Date: Mon, 27 May 2024 08:39:43 +0000 Subject: [PATCH] community/bupstash: disable on loongarch64 fails to build nix crate --- community/bupstash/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/bupstash/APKBUILD b/community/bupstash/APKBUILD index b4fbd2b8f678..fd8d11b86fa9 100644 --- a/community/bupstash/APKBUILD +++ b/community/bupstash/APKBUILD @@ -7,7 +7,8 @@ pkgdesc="Easy and efficient encrypted backups" url="https://bupstash.io/" # armhf,armv7,x86: sodium bindgen test fails # s390x: fails to build nix crate -arch="all !armhf !armv7 !s390x !x86" +# loongarch64: fails to build nix crate +arch="all !armhf !armv7 !s390x !x86 !loongarch64" license="MIT" makedepends=" cargo -- GitLab