From f05d7396b570645b7b9e3c8067db675c2cb4da96 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 Aug 2017 12:46:43 +0000 Subject: testing/micropython: skip ffi_callback test and cleanup the ffi_callback will not work under PaX kernel since it tries to allocate memory which is both executable and writeable. --- testing/micropython/0000-unix-mpconfigport.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/micropython/0000-unix-mpconfigport.patch') diff --git a/testing/micropython/0000-unix-mpconfigport.patch b/testing/micropython/0000-unix-mpconfigport.patch index 9025694ff2..067402341d 100644 --- a/testing/micropython/0000-unix-mpconfigport.patch +++ b/testing/micropython/0000-unix-mpconfigport.patch @@ -1,5 +1,5 @@ ---- old/micropython-1.9.1/unix/mpconfigport.mk -+++ new/micropython-1.9.1/unix/mpconfigport.mk +--- micropython-1.9.1/unix/mpconfigport.mk ++++ micropython-1.9.1/unix/mpconfigport.mk @@ -9,7 +9,7 @@ MICROPY_USE_READLINE = 1 -- cgit v1.2.3