aboutsummaryrefslogtreecommitdiffstats
path: root/testing/oq
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-04 16:44:14 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-04 16:44:14 +0100
commitcba3c7f532266bcc4603ee7a17fd45f4eaeeb761 (patch)
treec25089d8bd28d205efe8139af5e62424d28e0f3d /testing/oq
parent19bc5bebd70c34468a7df1d5e489f66ab29a17a6 (diff)
downloadaports-cba3c7f532266bcc4603ee7a17fd45f4eaeeb761.tar.bz2
aports-cba3c7f532266bcc4603ee7a17fd45f4eaeeb761.tar.xz
testing/oq: disable due to build failure
Blocking the builders.
Diffstat (limited to 'testing/oq')
-rw-r--r--testing/oq/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/oq/APKBUILD b/testing/oq/APKBUILD
index a7f722ba6c..bd2c5b562e 100644
--- a/testing/oq/APKBUILD
+++ b/testing/oq/APKBUILD
@@ -5,7 +5,9 @@ pkgver=0.2.1
pkgrel=0
pkgdesc="A portable jq wrapper with support of other formats than JSON"
url="https://github.com/blacksmoke16/oq"
-arch="x86_64 aarch64" # limited by Crystal
+# arch="x86_64 aarch64" # limited by Crystal
+# `gcc "${@}" -o '/home/buildozer/aports/testing/oq/src/oq-0.2.1/bin/oq' -rdynamic -lyaml -lxml2 -lpcre -lm /usr/lib/libgc.a -lpthread /usr/lib/crystal/core/ext/libcrystal.a -levent -lrt -L/usr/lib -L/usr/local/lib`
+arch=""
license="MIT"
depends="jq"
makedepends="crystal libxml2-dev yaml-dev"