From a185ef2aac84a3a04b38f4f8f6ea9da0bc81877d Mon Sep 17 00:00:00 2001 From: omni Date: Sun, 7 Mar 2021 22:36:40 +0000 Subject: [PATCH] community/zola: enable on x86 still won't build (ring) for ppc64le, current efforts at https://github.com/briansmith/ring/pull/1057 --- community/zola/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/zola/APKBUILD b/community/zola/APKBUILD index fb26afbff005..b4872dc93e38 100644 --- a/community/zola/APKBUILD +++ b/community/zola/APKBUILD @@ -5,8 +5,8 @@ pkgver=0.13.0 pkgrel=0 pkgdesc="Opionated static site generator" url="https://github.com/getzola/zola" -# (! denote spurious SIGSEGVs, depends on upstream LLVM x Rust) -arch="x86_64 armv7 armhf aarch64 !x86" # Limited by cargo +arch="all !mips64 !s390x" # limited by cargo +arch="$arch !ppc64le" # fail to build 'ring v0.16.19' license="MIT" makedepends="cargo openssl-dev libsass-dev oniguruma-dev" subpackages="