From f495fa704cfd289eca20536dd1d72a31d4fc6b5c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 26 Jul 2016 09:43:36 +0000 Subject: [PATCH] testing/ocamlbuild: disable on arm there are textrels --- testing/ocamlbuild/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ocamlbuild/APKBUILD b/testing/ocamlbuild/APKBUILD index ecb6131c556..a991b853761 100644 --- a/testing/ocamlbuild/APKBUILD +++ b/testing/ocamlbuild/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.2 pkgrel=0 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs." url="https://github.com/ocaml/ocamlbuild" -arch="x86_64 armhf" +arch="x86_64" license="GPL2" depends="" makedepends="ocaml"