From 80ec7e5aef61df0de5a9de1b37daab6b52adc7b0 Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Tue, 6 Sep 2022 20:06:40 +0000
Subject: [PATCH] community/tau: disable on riscv64

---
 community/tau/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/tau/APKBUILD b/community/tau/APKBUILD
index 5cc52e6bdb7e..a767e7ae7cda 100644
--- a/community/tau/APKBUILD
+++ b/community/tau/APKBUILD
@@ -9,7 +9,8 @@ pkgdesc="GTK frontend for the Xi text editor, written in Rust"
 url="https://gitlab.gnome.org/World/Tau"
 # ppc64le and armv7 SIGSEVs Rust
 # s390x fails to build
-arch="all !ppc64le !armv7 !s390x"
+# riscv64: rust broken
+arch="all !ppc64le !armv7 !s390x !riscv64"
 license="MIT"
 makedepends="
 	cargo
-- 
GitLab