[PATCH] libosmocore[master]: jenkins: remove obsolete scripts

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
Thu Jan 18 18:27:33 UTC 2018


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

jenkins: remove obsolete scripts

* jenkins.sh is superseded by jenkins_amd64.sh
* jenkins-arm.sh is superseded by jenkins_arm.sh

N. B: this requires I76dfc11a05007ae5c6e0554fe8132695b67cccaa in
osmo-ci.

Change-Id: Ifbd253cff88c3ac18e469c34e79f1501501e1657
---
D contrib/jenkins-arm.sh
D contrib/jenkins.sh
2 files changed, 0 insertions(+), 61 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/86/5886/1

diff --git a/contrib/jenkins-arm.sh b/contrib/jenkins-arm.sh
deleted file mode 100755
index acdbe3c..0000000
--- a/contrib/jenkins-arm.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-. $(dirname "$0")/jenkins_common.sh
-
-src_dir="$PWD"
-build() {
-    build_dir="$1"
-
-    prep_build "$src_dir" "$build_dir"
-
-    "$src_dir"/configure --enable-static \
-	--prefix=/usr/local/arm-none-eabi \
-	--host=arm-none-eabi \
-	--enable-embedded \
-	--disable-doxygen \
-	--disable-shared \
-	CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs -Werror"
-
-    $MAKE $PARALLEL_MAKE \
-        || cat-testlogs.sh
-}
-
-# verify build in dir other than source tree
-build builddir
-# verify build in source tree
-build .
-
-osmo-clean-workspace.sh
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
deleted file mode 100755
index c341d05..0000000
--- a/contrib/jenkins.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-# jenkins build helper script for libosmo-sccp.  This is how we build on jenkins.osmocom.org
-
-. $(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 --enable-static $ENABLE_SANITIZE CFLAGS="-Werror" CPPFLAGS="-Werror"
-    $MAKE V=1 $PARALLEL_MAKE check \
-        || cat-testlogs.sh
-}
-
-# verify build in dir other than source tree
-build builddir
-# verify build in source tree
-build .
-
-# do distcheck only once, which is fine from built source tree, since distcheck
-# is well separated from the source tree state.
-$MAKE distcheck \
-    || cat-testlogs.sh
-
-osmo-clean-workspace.sh

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbd253cff88c3ac18e469c34e79f1501501e1657
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list