aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-23 19:14:23 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-23 19:15:59 +0000
commit01c4e9201714478a6eae4f2465285aa4ce41cc35 (patch)
treecafeb7c6d6cd69b953093a49e028ccc956585f52
parent4e3fbb7e5935fb930ab1b0f0f83084c9fd5dfdc6 (diff)
downloadalpine_aports-01c4e9201714478a6eae4f2465285aa4ce41cc35.tar.bz2
alpine_aports-01c4e9201714478a6eae4f2465285aa4ce41cc35.tar.xz
alpine_aports-01c4e9201714478a6eae4f2465285aa4ce41cc35.zip
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.
-rw-r--r--community/libcoap/APKBUILD6
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 @@
2# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> 2# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
3pkgname=libcoap 3pkgname=libcoap
4pkgver=4.1.2 4pkgver=4.1.2
5pkgrel=0 5pkgrel=1
6pkgdesc="A CoAP (RFC 7252) implementation" 6pkgdesc="A CoAP (RFC 7252) implementation"
7url="https://github.com/obgm/libcoap" 7url="https://github.com/obgm/libcoap"
8arch="all" 8arch="all"
@@ -37,10 +37,6 @@ build() {
37} 37}
38 38
39check() { 39check() {
40 case "$CARCH" in
41 ppc64le) return ;; # FIXME
42 esac
43
44 "$builddir"/tests/testdriver 40 "$builddir"/tests/testdriver
45} 41}
46 42