Hoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30790 )
Change subject: coverity: add mstrx ......................................................................
coverity: add mstrx
Change-Id: Ie8f01e61905120c0e9b5db66c1b60b56d777657e --- M coverity/build_Osmocom.sh M coverity/prepare_source_Osmocom.sh 2 files changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/90/30790/1
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh index da2244a..78275ca 100755 --- a/coverity/build_Osmocom.sh +++ b/coverity/build_Osmocom.sh @@ -115,7 +115,8 @@ --with-usrp1 \ --with-uhd \ --with-lms \ - --with-ipc + --with-ipc \ + --with-mstrx
# OsmocomBB (without firmware) build_osmocombb diff --git a/coverity/prepare_source_Osmocom.sh b/coverity/prepare_source_Osmocom.sh index 526e9d3..5e7cb42 100755 --- a/coverity/prepare_source_Osmocom.sh +++ b/coverity/prepare_source_Osmocom.sh @@ -58,7 +58,7 @@ git -C "$proj" clean -ffxd fi else - git clone "$(osmo_git_clone_url "$proj")" + git clone --recursive "$(osmo_git_clone_url "$proj")" fi done