Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions rules/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
# container.
SONIC_CONFIG_BUILD_JOBS = 1

# 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.
# Corresponding -j argument will be passed to make/dpkg commands that build separate packages
# container.
SONIC_CONFIG_MAKE_JOBS = $(shell nproc)

# SONIC_CONFIG_ENABLE_COLORS - enable colored output in build system.
Expand Down