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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/25856 )
Change subject: coverity: allow passing configure args to build_default()
......................................................................
coverity: allow passing configure args to build_default()
Change-Id: I79aa2c65cd0d3b06c0bd9ec4f44288b21e40c3b7
---
M coverity/build_Osmocom.sh
1 file changed, 9 insertions(+), 17 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/56/25856/1
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index a778add..2e00273 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -20,7 +20,8 @@
build_default() {
pushd $1
- do_build
+ shift
+ do_build $*
popd
}
@@ -38,20 +39,6 @@
popd
}
-build_osmobts() {
- pushd osmo-bts
-
- do_build --enable-sysmocom-bts --with-sysmobts="$prefix/include/" --enable-trx
- popd
-}
-
-build_osmopcu() {
- pushd osmo-pcu
-
- do_build --enable-sysmocom-dsp=yes --with-sysmobts="$prefix/include/"
- popd
-}
-
build_osmocombb() {
pushd osmocom-bb/src/
make nofirmware
@@ -72,8 +59,13 @@
build_default libsmpp34
build_default osmo-ggsn
build_default osmo-iuh
-build_osmopcu
-build_osmobts
+build_default osmo-pcu \
+ --with-sysmobts="$prefix/include/" \
+ --enable-sysmocom-dsp=yes
+build_default osmo-bts \
+ --with-sysmobts="$prefix/include/" \
+ --enable-sysmocom-bts \
+ --enable-trx
build_default osmo-sysmon
build_default osmo-mgw
build_default osmo-bsc
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/25856
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I79aa2c65cd0d3b06c0bd9ec4f44288b21e40c3b7
Gerrit-Change-Number: 25856
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211020/b23d1168/attachment.htm>