laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-uecups/+/39093?usp=email )
Change subject: jenkins.sh: Skip building unneeded libosmo-abis
......................................................................
jenkins.sh: Skip building unneeded libosmo-abis
Change-Id: I375cbf95c6bbe3af275aea00e4e13f26784c0d3d
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index c5259e5..7510990 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -18,9 +18,8 @@
verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
-osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
-osmo-build-dep.sh libosmo-netif "" ac_cv_path_DOXYGEN=false
-osmo-build-dep.sh libosmo-abis "" ac_cv_path_DOXYGEN=false
+osmo-build-dep.sh libosmocore "" --disable-doxygen
+osmo-build-dep.sh libosmo-netif "" --disable-doxygen
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"
--
To view, visit
https://gerrit.osmocom.org/c/osmo-uecups/+/39093?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: I375cbf95c6bbe3af275aea00e4e13f26784c0d3d
Gerrit-Change-Number: 39093
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>