From 7548c36d7792f6b090cdcc135cb89c1075d4c74d Mon Sep 17 00:00:00 2001 From: lguohan Date: Tue, 7 Mar 2017 12:32:39 -0800 Subject: [PATCH] [build]: set build jobs to 1 by default (#383) --- rules/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/config b/rules/config index be8b7a9d77..d016288e47 100644 --- a/rules/config +++ b/rules/config @@ -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/.