Change in osmo-cbc[master]: jenkins.sh: We cannot build libosmo-netif without libosmo-abis

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

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 4 11:19:07 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/16466 )


Change subject: jenkins.sh: We cannot build libosmo-netif without libosmo-abis
......................................................................

jenkins.sh: We cannot build libosmo-netif without libosmo-abis

 =============================== libosmo-netif ===============================
...
configure: error: Package requirements (libosmoabis >= 0.6.0) were not met:
...

Also, we don't need to build doxygen documentation for libosmo-netif

Change-Id: Id24884b5242f0bb7ef3df3b7adc7d97ab8c0c64f
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/66/16466/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 0f7a5f9..e9b976b 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -30,7 +30,8 @@
 export PATH="$inst/bin:$PATH"
 
 osmo-build-dep.sh libosmocore "" --disable-doxygen
-osmo-build-dep.sh libosmo-netif
+osmo-build-dep.sh libosmo-abis
+osmo-build-dep.sh libosmo-netif "" --disable-doxygen
 
 # Additional configure options and depends
 CONFIG=""

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

Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: Id24884b5242f0bb7ef3df3b7adc7d97ab8c0c64f
Gerrit-Change-Number: 16466
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191204/4d065935/attachment.htm>


More information about the gerrit-log mailing list