Skip to content

Commit

Permalink
[build]: set build jobs to 1 by default (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored and marian-pritsak committed Mar 7, 2017
1 parent 1491bf9 commit 7548c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/config
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down

0 comments on commit 7548c36

Please sign in to comment.