Skip to content

Commit 2dd674d

Browse files
Be explicit about the -j option.
1 parent b12477e commit 2dd674d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/freeze/test/freeze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def build_python(builddir, *, verbose=True):
217217
if os.path.abspath(builddir) != srcdir:
218218
if os.path.exists(os.path.join(srcdir, 'Makefile')):
219219
_run_cmd([MAKE, '-C', srcdir, 'clean'], verbose=False)
220-
_run_cmd([MAKE, '-C', builddir, '-j'], verbose=verbose)
220+
_run_cmd([MAKE, '-C', builddir, '-j8'], verbose=verbose)
221221

222222
return os.path.join(builddir, 'python')
223223

0 commit comments

Comments
 (0)