aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2015-03-23 13:05:04 +0200
committerRiku Voipio <riku.voipio@linaro.org>2015-03-23 13:08:24 +0200
commitf4f682fca3fcc6a4f3b23a5497ad129538a088c0 (patch)
treee96e03c4e16ecfad59c05087da2fc01b57cb8b08
parent7cfbe9d69e6eef4b849507bc9590230a4d2177a7 (diff)
xen-packages: better error on failure
With "make -j8 dist-xen debball" compile errors get buried[1] inside the build log. Split the dist-xen and debball to different make calls so compilation failures end up as the last line, or at least very close to the end. [1] example: https://ci.linaro.org/job/xen-packages/label=docker-utopic-arm64/78/consoleText Change-Id: Ibe5eb1738f8d4ab1d7a636232801bf4d9a02ab15 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
-rw-r--r--xen-packages.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen-packages.yaml b/xen-packages.yaml
index ca5b075..11af626 100644
--- a/xen-packages.yaml
+++ b/xen-packages.yaml
@@ -62,7 +62,8 @@
cd xen
$personality ./configure --prefix=/usr --with-system-qemu
- $personality make -j`getconf _NPROCESSORS_ONLN` debball dist-xen XEN_TARGET_ARCH=${xenarch}
+ $personality make -j`getconf _NPROCESSORS_ONLN` dist-xen XEN_TARGET_ARCH=${xenarch}
+ $personality make debball XEN_TARGET_ARCH=${xenarch}
mkdir ${WORKSPACE}/out
cp -L dist/xen*.deb ${WORKSPACE}/out/xen-${arch}.deb