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.orgHarald Welte has submitted this change and it was merged.
Change subject: coverity: build with --enable-trx
......................................................................
coverity: build with --enable-trx
Change-Id: I0684bc04b82ad57a1513bbd4627144d6c254b965
---
M coverity/build_Osmocom.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Max: Looks good to me, but someone else must approve
Harald Welte: Looks good to me, approved; Verified
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 3cb0c84..81a346d 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -53,7 +53,7 @@
build_osmobts() {
pushd osmo-bts
- do_build --enable-sysmocom-bts
+ do_build --enable-sysmocom-bts --enable-trx
popd
}
--
To view, visit https://gerrit.osmocom.org/4211
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0684bc04b82ad57a1513bbd4627144d6c254b965
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>