aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-13 22:24:56 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-13 22:24:56 -0300
commit6f220467bdd686681ec8cbb1c1eb4f2e2adce34f (patch)
tree48f0416f787c56bf6503971b28337ebd353849a8 /testing/micropython
parentc702f2a812cfbc5c0c1a68b6f120cf332f788f1f (diff)
downloadaports-6f220467bdd686681ec8cbb1c1eb4f2e2adce34f.tar.bz2
aports-6f220467bdd686681ec8cbb1c1eb4f2e2adce34f.tar.xz
testing/micropython: limit on aarch64
Diffstat (limited to 'testing/micropython')
-rw-r--r--testing/micropython/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD
index b85dcd9538..83f10c50e3 100644
--- a/testing/micropython/APKBUILD
+++ b/testing/micropython/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="A lean and efficient Python implementation for MCUs and constrained sys
url="https://www.micropython.org/"
# ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform
-arch="all !s390x !x86 !armv7 !ppc64le"
+arch="all !s390x !x86 !armv7 !ppc64le !aarch64"
license="MIT"
makedepends="libffi-dev python3"