From 225d9bac7c0e8f803fdc8ec4cfc2cd6f40a5bc45 Mon Sep 17 00:00:00 2001 From: znley Date: Thu, 16 May 2024 06:29:48 +0000 Subject: [PATCH] community/atuin: disable on loongarch64 --- community/atuin/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/atuin/APKBUILD b/community/atuin/APKBUILD index 318fc95d13d..a25937ca9bf 100644 --- a/community/atuin/APKBUILD +++ b/community/atuin/APKBUILD @@ -9,7 +9,8 @@ pkgdesc="Magical shell history" url="https://github.com/ellie/atuin" # armhf: build getting stuck on CI # riscv64, s390x: blocked by rust/cargo -arch="all !armhf !riscv64 !s390x" +# loongarch64: blocked by linux-raw-sys +arch="all !armhf !riscv64 !s390x !loongarch64" license="MIT" makedepends=" cargo