From 420a32708c174c49b5e8aff4bf2f077a5ecace11 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 18 Jan 2020 10:07:08 +0100 Subject: testing/micropython: disable on armhf, fails to build --- testing/micropython/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/micropython') diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD index b74c05380c..f496f46ac2 100644 --- a/testing/micropython/APKBUILD +++ b/testing/micropython/APKBUILD @@ -8,7 +8,8 @@ url="https://www.micropython.org/" # ppc64le: mpy-cross fails to compile with "unsupported relocation # armv7: 21 unit tests fail (not minor stuff line double precision issues) -arch="all !ppc64le !armv7" +# armhf: fails to build +arch="all !ppc64le !armv7 !armhf" license="MIT" makedepends="libffi-dev python3" -- cgit v1.2.3