aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-05-22 02:50:56 -0600
committerAriadne Conill <ariadne@dereferenced.org>2020-05-22 02:51:32 -0600
commitdc2ad1b88fd857da7f122de2ae0acee774b6628f (patch)
tree49a17b53e184603c39cacd3e06a792a578273ddf
parentda6898cd56de992c7e6976997474dabb082d5beb (diff)
downloadalpine_aports-dc2ad1b88fd857da7f122de2ae0acee774b6628f.tar.bz2
alpine_aports-dc2ad1b88fd857da7f122de2ae0acee774b6628f.tar.xz
alpine_aports-dc2ad1b88fd857da7f122de2ae0acee774b6628f.zip
testing/croc: disable on mips
-rw-r--r--testing/croc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/croc/APKBUILD b/testing/croc/APKBUILD
index d51a9829cb..57489c551e 100644
--- a/testing/croc/APKBUILD
+++ b/testing/croc/APKBUILD
@@ -5,7 +5,7 @@ pkgver=8.0.11
5pkgrel=0 5pkgrel=0
6pkgdesc="Easily and securely send things from one computer to another" 6pkgdesc="Easily and securely send things from one computer to another"
7url="https://github.com/schollz/croc" 7url="https://github.com/schollz/croc"
8arch="all !s390x" # s390x fails: https://github.com/schollz/croc/issues/218 8arch="all !s390x !mips !mips64" # s390x fails: https://github.com/schollz/croc/issues/218
9license="MIT" 9license="MIT"
10makedepends="go" 10makedepends="go"
11source="https://github.com/schollz/croc/releases/download/v$pkgver/croc_${pkgver}_src.tar.gz" 11source="https://github.com/schollz/croc/releases/download/v$pkgver/croc_${pkgver}_src.tar.gz"