diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-23 19:14:23 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-23 19:15:59 +0000 |
commit | 01c4e9201714478a6eae4f2465285aa4ce41cc35 (patch) | |
tree | cafeb7c6d6cd69b953093a49e028ccc956585f52 /community/libcoap/APKBUILD | |
parent | 4e3fbb7e5935fb930ab1b0f0f83084c9fd5dfdc6 (diff) | |
download | aports-01c4e9201714478a6eae4f2465285aa4ce41cc35.tar.bz2 aports-01c4e9201714478a6eae4f2465285aa4ce41cc35.tar.xz |
community/libcoap: enable tests again on ppc64le
Tests were failing in ppc64le LXC container (but working in
a VM). I tried tests now and seems to be running fine.
Diffstat (limited to 'community/libcoap/APKBUILD')
-rw-r--r-- | community/libcoap/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/community/libcoap/APKBUILD b/community/libcoap/APKBUILD index cc8ab70b4c..65f17759ea 100644 --- a/community/libcoap/APKBUILD +++ b/community/libcoap/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=libcoap pkgver=4.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="A CoAP (RFC 7252) implementation" url="https://github.com/obgm/libcoap" arch="all" @@ -37,10 +37,6 @@ build() { } check() { - case "$CARCH" in - ppc64le) return ;; # FIXME - esac - "$builddir"/tests/testdriver } |