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/.
Max gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/5536
Remove unused check
We no longer use FreeBSD in jenkins so there's no point in checking for
it.
Change-Id: Ib5d9f9278af15f0fee0dc5537489de4469b692d2
---
M contrib/jenkins.sh
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/36/5536/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index c341d05..df0a512 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -5,10 +5,6 @@
ENABLE_SANITIZE="--enable-sanitize"
-if [ "x$label" = "xFreeBSD_amd64" ]; then
- ENABLE_SANITIZE=""
-fi
-
src_dir="$PWD"
build() {
build_dir="$1"
--
To view, visit https://gerrit.osmocom.org/5536
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib5d9f9278af15f0fee0dc5537489de4469b692d2
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>