[build]: set build jobs to 1 by default (#383)

This commit is contained in:
lguohan 2017-03-07 12:32:39 -08:00 committed by Marian Pritsak
parent 1491bf9eae
commit 7548c36d77

View File

@ -18,7 +18,7 @@
# SONIC_CONFIG_BUILD_JOBS - set number of jobs for parallel build.
# Corresponding -j argument will be passed to make command inside docker
# container.
SONIC_CONFIG_BUILD_JOBS = $(shell nproc)
SONIC_CONFIG_BUILD_JOBS = 1
# SONIC_CONFIG_LOG_TO_FILES - print output from execution of rule for each
# target into separate log file under target/log/.