aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2021-12-30 21:48:15 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2021-12-30 21:48:15 +0000
commit4c1a3ec044b6e75aa8234055a4ced9aee03c2e90 (patch)
tree1df276517758715995a52c2566479e57fc58a081
parent3568c33f16bd5431467470f2fb230d42bb698d34 (diff)
community/telegram-desktop: disable on riscv64
ftbfs due to textrels
-rw-r--r--community/telegram-desktop/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/telegram-desktop/APKBUILD b/community/telegram-desktop/APKBUILD
index 35ba416a786..7faac27abb1 100644
--- a/community/telegram-desktop/APKBUILD
+++ b/community/telegram-desktop/APKBUILD
@@ -11,7 +11,8 @@ options="!check" # no test suite
url="https://desktop.telegram.org/"
# armhf blocked by qt5-qtwayland
# x86, ppc64le and s390x blocked by tg_owt
-arch="all !x86 !ppc64le !s390x !armhf"
+# riscv64: textrels
+arch="all !x86 !ppc64le !s390x !armhf !riscv64"
license="GPL-3.0-or-later WITH OpenSSL"
# TODO: switch to Qt6