mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-05 19:01:40 +01:00
testing/picolisp: disable on riscv64
Fails to build due to missing instructions (M, D, F).
This commit is contained in:
parent
429c4a897b
commit
417f760dfa
@ -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="
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user