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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Dec 22 20:16:46 UTC 2018


Harald Welte has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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: merged
Gerrit-Change-Id: I73eac905524688939e133b6f91ad85514dc0393a
Gerrit-Change-Number: 12420
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181222/aab30467/attachment.htm>


More information about the gerrit-log mailing list