aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-11-12 20:00:14 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-11-15 11:53:47 +0100
commit8c896032089350b5b741678263fad489e02a21ea (patch)
tree55b72352de53e66d2758e78f0f763bb007d83152 /coin_build_instructions.py
parent037e50c063c1a63d0d09482b8e166ccec2bd13c0 (diff)
coin: Don't explicitly set job count, rely on ninja
Don't explicitly set usage of 4 jobs when compiling. Just invoke ninja and it will use all cores available. Augments 5f41829130badf34721cb24f1a9af29f777d5927 Pick-to: 6.2 Change-Id: Ia556c1bff3effee8c679e7838328d55633e5c957 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'coin_build_instructions.py')
-rw-r--r--coin_build_instructions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index c879ffde5..ed7055e31 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -146,7 +146,6 @@ def call_setup(python_ver, phase):
cmd += ["bdist_wheel", "--reuse-build", "--standalone", "--skip-cmake", "--skip-make-install", "--only-package"]
cmd += ["--build-tests",
- "--parallel=4",
"--verbose-build"]
if CI_USE_SCCACHE: