fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/27503 )
Change subject: contrib/jenkins_amd64.sh: remove FreeBSD specific quirks
......................................................................
contrib/jenkins_amd64.sh: remove FreeBSD specific quirks
We don't run build verification on FreeBSD anymore.
Change-Id: Ia3a9a49cade453a937ee230163ca44930a39d639
---
M contrib/jenkins_amd64.sh
1 file changed, 1 insertion(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/03/27503/1
diff --git a/contrib/jenkins_amd64.sh b/contrib/jenkins_amd64.sh
index 3fee57c..f26faa8 100755
--- a/contrib/jenkins_amd64.sh
+++ b/contrib/jenkins_amd64.sh
@@ -3,19 +3,13 @@
. $(dirname "$0")/jenkins_common.sh
-ENABLE_SANITIZE="--enable-sanitize"
-
-if [ "x$label" = "xFreeBSD_amd64" ]; then
- ENABLE_SANITIZE=""
-fi
-
src_dir="$PWD"
build() {
build_dir="$1"
prep_build "$src_dir" "$build_dir"
- "$src_dir"/configure --disable-silent-rules --enable-static
$ENABLE_SANITIZE --enable-werror \
+ "$src_dir"/configure --disable-silent-rules --enable-static
--enable-sanitize --enable-werror \
--enable-external-tests
run_make
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/27503
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ia3a9a49cade453a937ee230163ca44930a39d639
Gerrit-Change-Number: 27503
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange