testing/picolisp: disable on riscv64

Fails to build due to missing instructions (M, D, F).
This commit is contained in:
Kevin Daudt 2022-05-01 17:55:40 +00:00
parent 429c4a897b
commit 417f760dfa

View File

@ -6,7 +6,9 @@ pkgver=22.3
pkgrel=0 pkgrel=0
pkgdesc="Fast, lightweight Lisp interpreter and application server framework" pkgdesc="Fast, lightweight Lisp interpreter and application server framework"
url="https://picolisp.com/" url="https://picolisp.com/"
arch="all !x86 !armv7 !armhf" # 64 bits only # x86, armv7, armhf: 64-bits only
# riscv64: ftbfs
arch="all !x86 !armv7 !armhf !riscv64"
license="MIT" license="MIT"
depends_doc="w3m" depends_doc="w3m"
makedepends=" makedepends="