From d87e1a727d860f2b1d6ecad79c1504bd77ae4325 Mon Sep 17 00:00:00 2001 From: "Tuan M. Hoang" Date: Tue, 9 May 2017 02:21:22 -0400 Subject: community/[various]: no support for s390x yet py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy} openspecfun: missing dependency community/openlibm llvm-libunwind: no support yet drawterm: no support yet caddy: https://github.com/caddyserver/buildworker/blob/e040f51c04552896ffe33a926cd76babed902b48/buildenv.go#L239 docker: disable for now. Currently we still cannot boot Alpine s390x natively yet, most usage are running inside containers. Thus it is not likely we need Docker on s390x for now. --- community/caddy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/caddy/APKBUILD') diff --git a/community/caddy/APKBUILD b/community/caddy/APKBUILD index 2634765113..4135fd6c6d 100644 --- a/community/caddy/APKBUILD +++ b/community/caddy/APKBUILD @@ -7,7 +7,7 @@ _vcheck="0.9.3" pkgrel=0 pkgdesc="Fast, cross-platform HTTP/2 web server with automatic HTTPS" url="https://caddyserver.com/" -arch="all !ppc64le" +arch="all !ppc64le !s390x" license="ASL 2.0" depends="ca-certificates" makedepends="go libcap bash glide" -- cgit v1.2.3