aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-18 10:07:08 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-18 10:07:08 +0100
commit420a32708c174c49b5e8aff4bf2f077a5ecace11 (patch)
treeb2c1fa9c9179d113cafc9d26bb0690d8cae9f61b /testing/micropython
parenta566077ad2ceec5ace2e420209e661483c507a5f (diff)
downloadaports-420a32708c174c49b5e8aff4bf2f077a5ecace11.tar.bz2
aports-420a32708c174c49b5e8aff4bf2f077a5ecace11.tar.xz
testing/micropython: disable on armhf, fails to build
Diffstat (limited to 'testing/micropython')
-rw-r--r--testing/micropython/APKBUILD3
1 files changed, 2 insertions, 1 deletions
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"