osmith has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve
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