Skip to content

Commit

Permalink
community/zola: enable on x86
Browse files Browse the repository at this point in the history
still won't build (ring) for ppc64le, current efforts at
briansmith/ring#1057
  • Loading branch information
omni authored and maxice8 committed Mar 8, 2021
1 parent 45f670a commit a185ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community/zola/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit a185ef2

Please sign in to comment.