aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2021-12-26 15:59:55 +0100
committerJakub Jirutka <jakub@jirutka.cz>2021-12-26 16:00:35 +0100
commitc26a03658158c3f599055a03e339ab169e9cb43b (patch)
treea45fe1aca333d35b87fd5ec4b0cf4c1f920b06c1
parenta1bff55e70802bfd7ef17ad969eda929b7d2677b (diff)
testing/yubikey-touch-detector: disable on 32-bit arches
github.com/scylladb/go-set/strset # github.com/scylladb/go-set/strset ../../../../../go/pkg/mod/github.com/scylladb/go-set@v1.0.2/strset/strset.go:248:10: constant 9223372036854775807 overflows int ../../../../../go/pkg/mod/github.com/scylladb/go-set@v1.0.2/strset/strset.go:255:13: constant 9223372036854775807 overflows int make: *** [Makefile:24: build] Error 2
-rw-r--r--testing/yubikey-touch-detector/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yubikey-touch-detector/APKBUILD b/testing/yubikey-touch-detector/APKBUILD
index 894f32e5291..d56eda4810b 100644
--- a/testing/yubikey-touch-detector/APKBUILD
+++ b/testing/yubikey-touch-detector/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.9.3
pkgrel=0
pkgdesc="Tool to detect when your YubiKey is waiting for a touch"
url="https://github.com/maximbaz/yubikey-touch-detector"
-arch="all"
+arch="all !armhf !armv7 !x86" # fails to build
license="ISC"
makedepends="go"
source="https://github.com/maximbaz/yubikey-touch-detector/archive/$pkgver/yubikey-touch-detector-$pkgver.tar.gz"