aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-09-10 08:44:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-10 08:45:32 +0000
commit10550c2257abc7f4fb17cb7fc66438d1a52fe22f (patch)
tree2d76daaa28e204ecaf87e893535e540aad10d05d /testing/micropython
parent314d517fbc2e514a2498402eec6361743c8c4bdf (diff)
downloadaports-10550c2257abc7f4fb17cb7fc66438d1a52fe22f.tar.bz2
aports-10550c2257abc7f4fb17cb7fc66438d1a52fe22f.tar.xz
testing/micropython: disable on ppc64le due to test failures
2 tests failed: float_parse float_parse_doubleprec
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 e450bd037f..a92446d628 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="http://www.micropython.org/"
# ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform
-arch="x86 x86_64 armhf ppc64le"
+arch="x86 x86_64 armhf !ppc64le"
license="MIT"
depends=""