Change in osmo-gbproxy[master]: contrib/jenkins.sh: adjust to osmo-gbproxy split

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
Mon Feb 1 09:22:02 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/22589 )


Change subject: contrib/jenkins.sh: adjust to osmo-gbproxy split
......................................................................

contrib/jenkins.sh: adjust to osmo-gbproxy split

Related: OS#4992
Change-Id: Ie82fc7a5a1166507460cf96ddbdf8ca77430ea64
---
M contrib/jenkins.sh
1 file changed, 4 insertions(+), 20 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/89/22589/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 2325897..1a58268 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -1,8 +1,7 @@
 #!/usr/bin/env bash
-# jenkins build helper script for openbsc.  This is how we build on jenkins.osmocom.org
+# This is how we build on jenkins.osmocom.org
 #
 # environment variables:
-# * IU: configure 3G support (values: "--enable-iu", "--disable-iu")
 # * WITH_MANUALS: build manual PDFs if set to "1"
 # * PUBLISH: upload manuals after building if set to "1" (ignored without WITH_MANUALS = "1")
 #
@@ -32,21 +31,6 @@
 export LD_LIBRARY_PATH="$inst/lib"
 export PATH="$inst/bin:$PATH"
 
-osmo-build-dep.sh libosmo-abis
-osmo-build-dep.sh libosmo-netif
-osmo-build-dep.sh osmo-ggsn
-osmo-build-dep.sh osmo-hlr
-
-enable_werror=""
-if [ "x$IU" = "x--enable-iu" ]; then
-    	osmo-build-dep.sh libosmo-sccp
-	osmo-build-dep.sh libasn1c
-	#osmo-build-dep.sh asn1c aper-prefix # only needed for make regen in osmo-iuh
-	osmo-build-dep.sh osmo-iuh
-else
-	enable_werror="--enable-werror"
-fi
-
 # Additional configure options and depends
 CONFIG=""
 if [ "$WITH_MANUALS" = "1" ]; then
@@ -57,18 +41,18 @@
 echo
 echo
 echo
-echo " =============================== osmo-sgsn ==============================="
+echo " =============================== osmo-gbproxy ==============================="
 echo
 set -x
 
 cd "$base"
 autoreconf --install --force
-./configure --enable-sanitize $enable_werror $IU --enable-external-tests $CONFIG
+./configure --enable-sanitize --enable-werror --enable-external-tests $CONFIG
 $MAKE $PARALLEL_MAKE
 LD_LIBRARY_PATH="$inst/lib" $MAKE check \
   || cat-testlogs.sh
 LD_LIBRARY_PATH="$inst/lib" \
-  DISTCHECK_CONFIGURE_FLAGS="$enable_werror $IU --enable-external-tests $CONFIG" \
+  DISTCHECK_CONFIGURE_FLAGS="--enable-werror --enable-external-tests $CONFIG" \
   $MAKE $PARALLEL_MAKE distcheck \
   || cat-testlogs.sh
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/22589
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: Ie82fc7a5a1166507460cf96ddbdf8ca77430ea64
Gerrit-Change-Number: 22589
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210201/31bffeb6/attachment.htm>


More information about the gerrit-log mailing list