aboutsummaryrefslogtreecommitdiffstats
path: root/testing/homer-app
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-16 20:54:29 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-16 20:54:55 +0100
commitd05dfb34b1de8c271422388ff059a84c84674194 (patch)
tree120d1f10a99461d985d39f84ec80d9005a54508e /testing/homer-app
parentbe41bf699c2194eacdc0845308d8c97241071583 (diff)
downloadaports-d05dfb34b1de8c271422388ff059a84c84674194.tar.bz2
aports-d05dfb34b1de8c271422388ff059a84c84674194.tar.xz
testing/homer-app: disable on armhf due to failing tests
Diffstat (limited to 'testing/homer-app')
-rw-r--r--testing/homer-app/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/homer-app/APKBUILD b/testing/homer-app/APKBUILD
index 0a5dbc8f19..d506b90135 100644
--- a/testing/homer-app/APKBUILD
+++ b/testing/homer-app/APKBUILD
@@ -5,7 +5,8 @@ _uiver=7.7.031
pkgrel=1
pkgdesc="HOMER 7.x Front-End and API Server"
url="http://sipcapture.io"
-arch="all !aarch64 !armv7 !ppc64le"
+# checks fail: release/homer-app_linux_amd64/homer-app: line 1: syntax error: unterminated quoted string
+arch="all !aarch64 !armv7 !ppc64le !armhf"
license="AGPL-3.0-or-later"
makedepends="go"
install="$pkgname.pre-install"