aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins.sh
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-10 16:19:08 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-27 17:40:51 +0200
commit2758330b6ab37ff30afca8306080f0e82ef5a732 (patch)
treef0656e2cc1e100177861c3a91b3fd4366964fcfc /contrib/jenkins.sh
parent10ccddd6941e15289d8ea2719168ffd1c3754e35 (diff)
jenkins: fix build of --enable-iu: use osmo-iuh tag 'old_sua'
We are building with libosmo-sccp tag 'old_sua' until the new sigtran has been applied. Since osmo-iuh commit 0f88c110093935305143987638e46dc6db304a3e "migrate osmo-hnbgw to libosmo-sigtran's SCCP/M3UA" osmo-iuh requires libosmo-sccp master. A similar 'old_sua' tag is in place in osmo-iuh.git, to match libosmo-sccp 'old_sua'. Do that to fix the jenkins build of --enable-iu. Change-Id: I70f731db0b74ed48ae6dd713ed4c3247222ef0de
Diffstat (limited to 'contrib/jenkins.sh')
-rwxr-xr-xcontrib/jenkins.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 0021947e1..068ee34e5 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -19,6 +19,7 @@ export LD_LIBRARY_PATH="$inst/lib"
if [ "x$IU" = "x--enable-iu" ]; then
sccp_branch="old_sua"
+ osmo_iuh_branch="old_sua"
fi
osmo-build-dep.sh libosmo-abis
@@ -30,7 +31,7 @@ osmo-build-dep.sh openggsn
if [ "x$IU" = "x--enable-iu" ]; then
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
+ osmo-build-dep.sh osmo-iuh $osmo_iuh_branch
fi
set +x