[PATCH] osmo-gsm-tester[master]: build-osmo-trx: Disable asan in osmo-trx builds

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Apr 19 10:11:09 UTC 2018


Review at  https://gerrit.osmocom.org/7875

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/75/7875/1

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: newchange
Gerrit-Change-Id: Ic4ebbc3f66fd9de2343d486ed20a0f08fc11e326
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list