testing/tcc: disable on loongarch64

This commit is contained in:
Jingyun Hua 2024-06-25 07:29:49 +00:00 committed by Celeste
parent 894faddb53
commit 4e764a457d

View File

@ -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