mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/flatbuffers: disable on s390x
This commit is contained in:
parent
67189dea62
commit
b91ebb9869
@ -5,8 +5,9 @@ pkgver=22.11.22
|
||||
pkgrel=0
|
||||
pkgdesc="Memory Efficient Serialization Library"
|
||||
url="https://google.github.io/flatbuffers/"
|
||||
# blocked by bus error in tests
|
||||
arch="all !armhf"
|
||||
# armhf: blocked by bus error in tests
|
||||
# s390x: segfaults in tests
|
||||
arch="all !armhf !s390x"
|
||||
license="Apache-2.0"
|
||||
depends_dev="flatc=$pkgver-r$pkgrel"
|
||||
makedepends="cmake samurai"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user