From 10550c2257abc7f4fb17cb7fc66438d1a52fe22f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 10 Sep 2018 08:44:57 +0000 Subject: testing/micropython: disable on ppc64le due to test failures 2 tests failed: float_parse float_parse_doubleprec --- testing/micropython/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/micropython') 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="" -- cgit v1.2.3