osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/31137
)
Change subject: coverity: check if sdcc is installed
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/37/31137/1
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
https://gerrit.osmocom.org/c/osmo-ci/+/31137
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I226f439f7eff657d01c667aae464c080b91d5a82
Gerrit-Change-Number: 31137
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange