diff options
Diffstat (limited to 'testing/micropython')
-rw-r--r-- | testing/micropython/APKBUILD | 3 |
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" |