From 7a83d9780702a32e88469a7cf268a2c517174ba7 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 11 Dec 2016 02:59:53 +0100 Subject: coverity: build master branches, not iu branches Rebasing the iu branches onto the master branches is currently not happening regularly, since I'm focusing on the VLR. Rather scan the master branches so that the coverity issues are caught without further rebase effort required. Comment out everything Iu related with '#IU' comment markers: - don't checkout Iu branches - don't build osmo-iuh (depends on libosmo-sccp iu branch) - don't pass --enable-iu to openbsc, don't switch branches for osmo-bts We might consider adding a separate Iu build, but then we might get the same coverity warnings twice, so not pursuing that actively now. Change-Id: I0d6640b893b8d65d321af904b80d89da5bf3ea6a --- coverity/build_Osmocom.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'coverity/build_Osmocom.sh') diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh index 842f496..68cf8ed 100755 --- a/coverity/build_Osmocom.sh +++ b/coverity/build_Osmocom.sh @@ -77,17 +77,17 @@ build_openggsn() { build_openbsc() { pushd openbsc/openbsc - git checkout sysmocom/iu + #IU git checkout sysmocom/iu - do_build --enable-osmo-bsc --enable-nat --enable-smpp --enable-mgcp-transcoding --enable-iu + do_build --enable-osmo-bsc --enable-nat --enable-smpp --enable-mgcp-transcoding #IU --enable-iu popd } build_osmobts() { - pushd openbsc/openbsc - git checkout master - git pull --rebase - popd + #IU pushd openbsc/openbsc + #IU git checkout master + #IU git pull --rebase + #IU popd pushd osmo-bts do_build --enable-sysmocom-bts --with-openbsc="$src_dir/openbsc/openbsc/include" @@ -150,7 +150,7 @@ build_libosmonetif build_libosmosccp build_libsmpp34 build_openggsn -build_osmoiuh +#IU build_osmoiuh build_osmopcu build_osmobts build_openbsc -- cgit v1.2.3