This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/4209
coverity: osmo-bts now builds without openbsc
Change-Id: I09565441c0d9eb907edba82b26df38d08a5d868d
---
M coverity/build_Osmocom.sh
1 file changed, 1 insertion(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/09/4209/1
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 1a4b5a5..9e5607d 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -51,13 +51,9 @@
}
build_osmobts() {
- #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"
+ do_build --enable-sysmocom-bts
popd
}
--
To view, visit https://gerrit.osmocom.org/4209
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I09565441c0d9eb907edba82b26df38d08a5d868d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>