Change in libasn1c[master]: Revert "jenkins.sh: disable parallel build"

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Dec 21 15:58:37 UTC 2018


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/12420


Change subject: Revert "jenkins.sh: disable parallel build"
......................................................................

Revert "jenkins.sh: disable parallel build"

This reverts commit a352642587d8835deb3c6f55da7986f427835157.

I've confused the libasn1c and asn1c repositories. libasn1c does not
need this workaround, asn1c does.

Related Change-Id: I80eecc60b96e87710218089dfdd1a3f87b40a8b1 (asn1c)
Change-Id: I73eac905524688939e133b6f91ad85514dc0393a
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libasn1c refs/changes/20/12420/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index dbdfda6..7d68736 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -14,10 +14,7 @@
 
 autoreconf --install --force
 ./configure --enable-werror
-
-# Parallel make is disabled due to a race condition. On Jenkins, it often
-# aborts the build with: "asn1p_y.y:357:13: error: 'param' undeclared"
-$MAKE -j1
+$MAKE $PARALLEL_MAKE
 $MAKE distcheck \
   || cat-testlogs.sh
 

-- 
To view, visit https://gerrit.osmocom.org/12420
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libasn1c
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I73eac905524688939e133b6f91ad85514dc0393a
Gerrit-Change-Number: 12420
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181221/6f73c595/attachment.htm>


More information about the gerrit-log mailing list