aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-11-23 11:45:55 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2015-11-23 11:46:45 +0100
commitb577ff578ee932660bfa81c71492fe78db284336 (patch)
tree56716925157b3bfc24c0fd649185de74fcb9fb77 /tcwg-binutils.yaml
parentee7e34450ad66ab6028b52ea2c0265818f7dffe7 (diff)
tcwg-binutils: Force -j1, for debug.
Change-Id: Ib895d22b412f90bc665bf43fdc34e2ecd108e231
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index 3d63d26062..17bc64f258 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -106,6 +106,8 @@
cd build-$target
result=0
jobs=$(getconf _NPROCESSORS_ONLN)
+ # Force -j1 temporarily, for debug
+ jobs=1
# If configure or build fails, the execution will stop
# because of 'set -e'. But for 'make check' we want to
# execute all the tests, and report if there were some