Change in osmo-ci[master]: coverity: fix build_simtrace2(): generate Makefile using autotools

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.org
Sun Oct 24 13:44:45 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/25922 )


Change subject: coverity: fix build_simtrace2(): generate Makefile using autotools
......................................................................

coverity: fix build_simtrace2(): generate Makefile using autotools

Starting from I57e77f927ee9e169cc794c5dc6b128a2d590201b, autotools
are required in order to configure and build the project.

Change-Id: I48696af1ccb5eb884f5de9085bcda37fc41766fb
Fixes: I74da8b523c9d51887d5eceb01ca0f505bb846812
---
M coverity/build_Osmocom.sh
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/22/25922/1

diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 3723842..3ab1313 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -55,8 +55,8 @@
 }
 
 build_simtrace2() {
-	pushd simtrace2
-	make -C host
+	pushd simtrace2/host
+	do_build
 	popd
 }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/25922
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I48696af1ccb5eb884f5de9085bcda37fc41766fb
Gerrit-Change-Number: 25922
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/20211024/fb3cbb75/attachment.htm>


More information about the gerrit-log mailing list