pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/39088?usp=email )
Change subject: Drop unneeded dependency libosmo-abis
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
It is actually needed because libosmo-abis is a dependency of osmo-mgw.git, despite we only require libosmo-mgcpc-client here.
--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/39088?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I9012407ff801eaaf2c003990db014ba3c957325c
Gerrit-Change-Number: 39088
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Tue, 10 Dec 2024 15:22:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/39089?usp=email )
Change subject: jenkins.sh: Skip building unneeded libosmo-abis
......................................................................
jenkins.sh: Skip building unneeded libosmo-abis
libosmo-abis is not used by osmo-iuh nor any dependency, so no need to
build it here.
Change-Id: I6edbbdbe06e2e10a3d9fd2fd9a7403a6b738948e
---
M contrib/jenkins.sh
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/89/39089/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index ee110d1..cc55065 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -19,7 +19,6 @@
osmo-build-dep.sh libosmocore "" --disable-doxygen
osmo-build-dep.sh libosmo-netif "" --disable-doxygen
-osmo-build-dep.sh libosmo-abis
osmo-build-dep.sh libosmo-sigtran
osmo-build-dep.sh libasn1c
--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/39089?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I6edbbdbe06e2e10a3d9fd2fd9a7403a6b738948e
Gerrit-Change-Number: 39089
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>