osmith has uploaded this change for review.

View Change

coverity: disable building osmo-isdntap

As it doesn't seem to build properly with default dahdi-linux, disable
it for now.

Related: OS#5886
Change-Id: Icb5cf7517a2ba0f3abb1d44337677f9502069ec6
---
M coverity/build_Osmocom.sh
1 file changed, 4 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/35/31135/1
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index fe22351..d3d11d8 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -128,7 +128,10 @@
build_default osmo-e1-recorder
build_default libgtpnl
build_default osmo-upf
-build_default osmo-isdntap
+
+# OS#5886: doesn't build
+# build_default osmo-isdntap
+
build_default osmo-uecups
build_default osmo-remsim \
--with-usbdropdir=$prefix/usr/lib/pcsc/drivers \

To view, visit change 31135. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Icb5cf7517a2ba0f3abb1d44337677f9502069ec6
Gerrit-Change-Number: 31135
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange