aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cloudfoundry-cli/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-12 10:20:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-12 10:20:27 +0000
commita2a3fe0376a647250bc20d67ff1567e88277810d (patch)
tree1f94f37c859dc894ec382ae6b449556228392ee9 /testing/cloudfoundry-cli/APKBUILD
parent4bdba8217c7c5159b0e694db11064278f6063174 (diff)
downloadaports-a2a3fe0376a647250bc20d67ff1567e88277810d.tar.bz2
aports-a2a3fe0376a647250bc20d67ff1567e88277810d.tar.xz
testing/cloudfoundry-cli: disable on armv7 due to build failure
fails with: ../go/src/github.com/cloudfoundry/cli/cf/i18n/i18n.go:9:2: cannot find package "github.com/cloudfoundry/cli/cf/resources" in any of: /home/buildozer/aports/testing/cloudfoundry-cli/src/go/src/github.com/cloudfoundry/cli/vendor/github.com/cloudfoundry/cli/cf/resources (vendor tree) /usr/lib/go/src/github.com/cloudfoundry/cli/cf/resources (from $GOROOT) /home/buildozer/aports/testing/cloudfoundry-cli/src/go/src/github.com/cloudfoundry/cli/cf/resources (from $GOPATH)
Diffstat (limited to 'testing/cloudfoundry-cli/APKBUILD')
-rw-r--r--testing/cloudfoundry-cli/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cloudfoundry-cli/APKBUILD b/testing/cloudfoundry-cli/APKBUILD
index ae7a74f343..87b196b451 100644
--- a/testing/cloudfoundry-cli/APKBUILD
+++ b/testing/cloudfoundry-cli/APKBUILD
@@ -5,7 +5,7 @@ pkgver=6.18.0
pkgrel=0
pkgdesc="A CLI for Cloud Foundry written in Go"
url="https://github.com/cloudfoundry/cli"
-arch="all !s390x"
+arch="all !s390x !armv7"
license="Apache-2.0"
depends=""
depends_dev=""