From e2931c27cefc936612a2be937f7544e8f5ac0683 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 10 Dec 2024 16:55:48 +0100 Subject: [PATCH] jenkins.sh: No need to build libosmo-sigtran with doxygen Change-Id: I5fdb9b139c1c233a0499ba1fbcd9046491714dd4 --- contrib/jenkins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 26212edf2..b20276508 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -33,7 +33,7 @@ osmo-clean-workspace.sh mkdir "$deps" || true -osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false +osmo-build-dep.sh libosmocore "" --disable-doxygen verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]") @@ -43,7 +43,7 @@ export PATH="$inst/bin:$PATH" osmo-build-dep.sh libosmo-netif "" --disable-doxygen osmo-build-dep.sh libosmo-abis -osmo-build-dep.sh libosmo-sigtran +osmo-build-dep.sh libosmo-sigtran "" --disable-doxygen osmo-build-dep.sh libsmpp34 osmo-build-dep.sh osmo-mgw osmo-build-dep.sh osmo-hlr