From 4e764a457d2ef99c7ee2bdad788d42ef46fbea90 Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Tue, 25 Jun 2024 07:29:49 +0000 Subject: [PATCH] testing/tcc: disable on loongarch64 --- testing/tcc/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/tcc/APKBUILD b/testing/tcc/APKBUILD index 56bd618d0e8..23d62409105 100644 --- a/testing/tcc/APKBUILD +++ b/testing/tcc/APKBUILD @@ -7,7 +7,8 @@ _commit="7d1bbc80d4978c128b8ebead42485d7a79624dcd" pkgrel=0 pkgdesc="Tiny C Compiler" url="https://repo.or.cz/w/tinycc.git" -arch="all !ppc64le !s390x" +#loongarch64: Unsupported CPU +arch="all !ppc64le !s390x !loongarch64" license="LGPL-2.1-or-later" makedepends="texinfo" options="!check" # test suite currently fails on the server