Re-disable multicore make
This commit is contained in:
@@ -637,8 +637,8 @@ from_source() {
|
|||||||
|
|
||||||
execute bash -c "yes '' | make ${make_opts[*]} -j1 oldconfig"
|
execute bash -c "yes '' | make ${make_opts[*]} -j1 oldconfig"
|
||||||
|
|
||||||
make_opts+=("-j$(($(nproc)-2))")
|
# make_opts+=("-j$(($(nproc)-2))")
|
||||||
#((DEBUG)) && make_opts+=("-j1") || make_opts+=("-j$(($(nproc)-2))")
|
((DEBUG)) && make_opts+=("-j1") || make_opts+=("-j$(($(nproc)-2))")
|
||||||
|
|
||||||
# Make image
|
# Make image
|
||||||
if ! execute ionice -c 3 chrt --idle 0 nice -n19 make "${make_opts[@]}" download world; then
|
if ! execute ionice -c 3 chrt --idle 0 nice -n19 make "${make_opts[@]}" download world; then
|
||||||
|
|||||||
Reference in New Issue
Block a user