Review at  https://gerrit.osmocom.org/3774

jenkins.sh: Don't build-test with IU/MGCP/SMPP

Those were all NITB related, not osmo-bsc related

Change-Id: I220f4f44bb932d47ff5cb7a0d2ffd8f450827abb
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/74/3774/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 7380189..dc3fff4 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -27,15 +27,6 @@
 osmo-build-dep.sh libosmo-abis
 osmo-build-dep.sh libosmo-netif
 osmo-build-dep.sh libosmo-sccp
-PARALLEL_MAKE="" osmo-build-dep.sh libsmpp34
-osmo-build-dep.sh openggsn
-osmo-build-dep.sh osmo-mgw pre_release # move to 'master' once the split is 
complete
-
-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
-fi
 
 set +x
 echo
@@ -47,11 +38,11 @@
 
 cd "$base"
 autoreconf --install --force
-./configure --enable-osmo-bsc --enable-nat $SMPP $MGCP $IU --enable-vty-tests 
--enable-external-tests
+./configure --enable-vty-tests --enable-external-tests
 $MAKE $PARALLEL_MAKE
 LD_LIBRARY_PATH="$inst/lib" $MAKE check \
   || cat-testlogs.sh
 LD_LIBRARY_PATH="$inst/lib" \
-  DISTCHECK_CONFIGURE_FLAGS="--enable-osmo-bsc --enable-nat $SMPP $MGCP $IU 
--enable-vty-tests --enable-external-tests" \
+  DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests" \
   $MAKE distcheck \
   || cat-testlogs.sh

-- 
To view, visit https://gerrit.osmocom.org/3774
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I220f4f44bb932d47ff5cb7a0d2ffd8f450827abb
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to