mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
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.
This commit is contained in:
parent
a7b59fce20
commit
f05d7396b5
3 changed files with 26 additions and 18 deletions
10
testing/micropython/python3.patch
Normal file
10
testing/micropython/python3.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
diff --git a/tools/make-frozen.py b/tools/make-frozen.py
|
||||
index 1051b52..06ee7a3 100755
|
||||
--- a/tools/make-frozen.py
|
||||
+++ b/tools/make-frozen.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/env python3
|
||||
#
|
||||
# Create frozen modules structure for MicroPython.
|
||||
#
|
Loading…
Add table
Add a link
Reference in a new issue