We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc69b5 commit 1f0a1acCopy full SHA for 1f0a1ac
build-scripts/detect-environment
@@ -360,6 +360,10 @@ detect_tools()
360
export PATCH
361
}
362
363
+# This function appends the -j/--jobs option to the MAKEFLAGS environment
364
+# variable based on the number of cores. However, the variable is overwritten in
365
+# the "install-dependencies" script. I created a ticket fix this (see
366
+# ENT-13041).
367
detect_cores()
368
{
369
case "$OS_FAMILY" in
build-scripts/install-dependencies
@@ -8,6 +8,8 @@
8
PATH=$PATH:$BASEDIR/buildscripts/deps-packaging
9
10
# Not all dependencies support building in parallel.
11
+# TODO: Investigate if this is still the case or disable parallel jobs for only
12
+# the dependencies that not support it. (ENT-13041)
13
MAKEFLAGS=-j1
14
15
set -x
0 commit comments