mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-20 08:25:00 +00:00
python: Disable parallel build
%ci:no-build
This commit is contained in:
13
packages/python/disable-parallel-build.patch
Normal file
13
packages/python/disable-parallel-build.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
https://github.com/termux/termux-packages/issues/15908
|
||||
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -306,8 +306,6 @@
|
||||
self.failed_on_import = []
|
||||
self.missing = []
|
||||
self.disabled_configure = []
|
||||
- if '-j' in os.environ.get('MAKEFLAGS', ''):
|
||||
- self.parallel = True
|
||||
|
||||
def add(self, ext):
|
||||
self.extensions.append(ext)
|
||||
Reference in New Issue
Block a user