We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1991c commit 1b944dbCopy full SHA for 1b944db
rules/config
@@ -12,9 +12,8 @@
12
# container.
13
SONIC_CONFIG_BUILD_JOBS = 1
14
15
-# SONIC_CONFIG_BUILD_JOBS - set number of jobs for number of jobs per package.
+# SONIC_CONFIG_MAKE_JOBS - set number of parallel make jobs per package.
16
# Corresponding -j argument will be passed to make/dpkg commands that build separate packages
17
-# container.
18
SONIC_CONFIG_MAKE_JOBS = $(shell nproc)
19
20
# SONIC_CONFIG_ENABLE_COLORS - enable colored output in build system.
0 commit comments