mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libgcrypt: disable tests on ppc64le
t-secmem test fails, bug filed upstream
This commit is contained in:
parent
9cbfc16369
commit
ae8104f666
@ -41,6 +41,8 @@ build () {
|
||||
}
|
||||
|
||||
check() {
|
||||
# t-secmem fails on ppc64le, see https://dev.gnupg.org/T3375
|
||||
[ "$CARCH" != ppc64le ] || return 0
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user