File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ export "LDFLAGS=-L${PREFIX}/lib"
279
279
ax_cv_c_float_words_bigendian=no \
280
280
___ORIG_DEPS_PREFIX=${PREFIX} ___
281
281
282
- make -j 32 \
282
+ make -j $( sysctl -n hw.ncpu ) \
283
283
PROFILE_TASK=' ./Lib/test/regrtest.py -j 8 -x test_bsddb3 test_compiler test_cpickle test_cprofile test_dbm_dumb test_dbm_ndbm test_distutils test_ensurepip test_gdb test_io test_linuxaudiodev test_multiprocessing test_ossaudiodev test_platform test_pydoc test_socketserver test_subprocess test_sundry test_thread test_threaded_import test_threadedtempfile test_threading test_threading_local test_threadsignals test_xmlrpc test_zipfile' \
284
284
profile-opt
285
285
@@ -318,4 +318,3 @@ $ELEVATE ln -s base "$target/dependency_libs/xz"
318
318
$ELEVATE ln -s base " $target /dependency_libs/zlib"
319
319
320
320
$ELEVATE " $target /bin/python${long_version} " -m rebuildpython
321
-
You can’t perform that action at this time.
0 commit comments