mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/kanidm: remove binaryen dependency
Kanidm seems to build fine without binaryen. This makes it possible to build kanidm on s390x (provided that the build machine has more than 8 GB of RAM).
This commit is contained in:
parent
1bbc728260
commit
dd1928532b
@ -6,7 +6,7 @@ pkgdesc="A simple, secure and fast identity management platform"
|
||||
url="https://kanidm.com/"
|
||||
# only x86_64_v2 and aarch64 are supported
|
||||
# TODO: aarch64: fails to build SIGABRT
|
||||
arch="all !s390x !x86 !armhf !armv7 !aarch64"
|
||||
arch="all !x86 !armhf !armv7 !aarch64"
|
||||
license="MPL-2.0"
|
||||
depends="
|
||||
$pkgname-clients
|
||||
@ -16,7 +16,6 @@ depends="
|
||||
makedepends="
|
||||
bash
|
||||
bc
|
||||
binaryen
|
||||
brotli
|
||||
cargo-auditable
|
||||
eudev-dev
|
||||
|
Loading…
Reference in New Issue
Block a user