osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve
coverity: check if sdcc is installed

Check at the start if sdcc is installed, as it's required to build
libusrp. It might not be installed when testing locally.

Change-Id: I226f439f7eff657d01c667aae464c080b91d5a82
---
M coverity/prepare_source_Osmocom.sh
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/coverity/prepare_source_Osmocom.sh b/coverity/prepare_source_Osmocom.sh
index 399b1e5..2c69356 100755
--- a/coverity/prepare_source_Osmocom.sh
+++ b/coverity/prepare_source_Osmocom.sh
@@ -2,6 +2,8 @@
. $(realpath common.sh)
BASEDIR=source-Osmocom

+osmo_cmd_require sdcc
+
# How to add a new project:
# * add it to the list below
# * add it to build_Osmocom.sh

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I226f439f7eff657d01c667aae464c080b91d5a82
Gerrit-Change-Number: 31137
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged