[MERGED] osmo-pcu[master]: Enable sanitize for CI test

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
Thu Dec 21 17:58:53 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Enable sanitize for CI test
......................................................................


Enable sanitize for CI test

Change-Id: Ia33ffb9b25df587706367bc24925cf9cead3b9a0
---
M contrib/jenkins.sh
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index fb529a4..05b9639 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -44,7 +44,8 @@
   cd "$base"
 
 elif [ -z "$with_dsp" -o "$with_dsp" = none ]; then
-  echo "Direct DSP access disabled"
+  echo "Direct DSP access disabled, sanitizer enabled"
+  PCU_CONFIG="$PCU_CONFIG --enable-sanitize"
 else
   echo 'Invalid $with_dsp value:' $with_dsp
   exit 1

-- 
To view, visit https://gerrit.osmocom.org/5546
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia33ffb9b25df587706367bc24925cf9cead3b9a0
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list