mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/wasmtime: disable on armhf/armv7
fails to build: ustc-LLVM ERROR: out of memory Buffer allocation failed
This commit is contained in:
parent
0104ffc2c9
commit
ddaef9ce80
@ -5,7 +5,7 @@ pkgver=39.0.1
|
||||
pkgrel=0
|
||||
pkgdesc="Fast and secure runtime for WebAssembly"
|
||||
url="https://wasmtime.dev/"
|
||||
arch="all"
|
||||
arch="all !armv7 !armhf" # arm*: runs out of memory during build
|
||||
license="Apache-2.0"
|
||||
depends_dev="libwasmtime=$pkgver-r$pkgrel"
|
||||
makedepends="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user