Pau Espin Pedrol has submitted this change and it was merged.

Change subject: build-osmo-trx: Disable asan in osmo-trx builds
......................................................................


build-osmo-trx: Disable asan in osmo-trx builds

Change-Id: Ic4ebbc3f66fd9de2343d486ed20a0f08fc11e326
---
M contrib/jenkins-build-osmo-trx.sh
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/contrib/jenkins-build-osmo-trx.sh 
b/contrib/jenkins-build-osmo-trx.sh
index 480c787..0113568 100755
--- a/contrib/jenkins-build-osmo-trx.sh
+++ b/contrib/jenkins-build-osmo-trx.sh
@@ -4,7 +4,8 @@
 name="osmo-trx"
 . "$(dirname "$0")/jenkins-build-common.sh"
 
-build_repo libosmocore --enable-sanitize --disable-doxygen
-build_repo osmo-trx --enable-sanitize --without-sse
+# AddressSanitizer is not enabled on purpose since overhead affects the 
clocking.
+build_repo libosmocore --disable-doxygen
+build_repo osmo-trx --without-sse
 
 create_bin_tgz osmo-trx

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic4ebbc3f66fd9de2343d486ed20a0f08fc11e326
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to