Does not compile on 32bit arch like armv7h (archlinux arm, rpi3b)
Works with the patch:
diff --git a/PKGBUILD b/PKGBUILD
index 003d12e..36d2c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,9 @@ build () {
if [[ $CARCH != x86_64 ]]; then
export CARGO_PROFILE_RELEASE_LTO=off
fi
+ if [[ $CARCH == armv7h ]]; then
+ _features+="generate,"
+ fi
PARU_VERSION=$pkgver cargo build --frozen --features "${_features:-}" --release --target-dir target
./scripts/mkmo locale/
Pinned Comments
alex19EP commented on 2021-12-06 17:29 (UTC)
pleas don't flag if it builds.