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/.
Max gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/4194
jenkins: remove openbsc dependency
The dependency on OpenBSC has been removed in
ec33b0397f5d71248c5834513d4be7b9b0e46366 so we can drop it from jenkins
scripts too.
Change-Id: Ie28d444f2154f5b4bbbd9a1cb45b74ebca890cb1
---
M contrib/jenkins_common.sh
1 file changed, 1 insertion(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/94/4194/1
diff --git a/contrib/jenkins_common.sh b/contrib/jenkins_common.sh
index c1891b2..d4c3b1a 100644
--- a/contrib/jenkins_common.sh
+++ b/contrib/jenkins_common.sh
@@ -35,11 +35,9 @@
cd $deps
osmo-deps.sh libosmocore
- osmo-deps.sh openbsc
- conf_flags="--with-openbsc=$deps/openbsc/openbsc/include"
cd $base
shift
- conf_flags="$conf_flags $*"
+ conf_flags="$*"
autoreconf --install --force
./configure $conf_flags
$MAKE $PARALLEL_MAKE
--
To view, visit https://gerrit.osmocom.org/4194
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie28d444f2154f5b4bbbd9a1cb45b74ebca890cb1
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>