diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-12 15:06:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-12 15:06:28 +0000 |
commit | d0bc086207b36d497d98cb51fc7787a50444d08f (patch) | |
tree | bc9ea570baebca48982f2902d72bd25f6851dab6 /testing | |
parent | 6e34d5b69789e30224da15108ba38d5eb8ee96cd (diff) | |
download | aports-d0bc086207b36d497d98cb51fc7787a50444d08f.tar.bz2 aports-d0bc086207b36d497d98cb51fc7787a50444d08f.tar.xz |
testing/micropython: disable on armv7 due to build failure
Diffstat (limited to 'testing')
-rw-r--r-- | testing/micropython/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD index efe423534c..53e3756eec 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" +arch="all !s390x !x86 !armv7" license="MIT" depends="" |