mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-10-29 17:32:49 +00:00
Use a better default value for parallel jobs.
This commit is contained in:
@@ -23,7 +23,7 @@ export PATH="$ONL/tools/scripts:$ONL/tools:$PATH"
|
||||
|
||||
# Parallel Make Jobs
|
||||
# Default parallel build settings
|
||||
export ONL_MAKE_PARALLEL=-j16
|
||||
export ONL_MAKE_PARALLEL=-j$(echo "$(nproc) * 2" | bc)
|
||||
|
||||
# Version files
|
||||
$ONL/tools/make-versions.py --import-file=$ONL/tools/onlvi --class-name=OnlVersionImplementation --output-dir $ONL/make/versions
|
||||
|
||||
Reference in New Issue
Block a user