jjb: lttng-ust: split gerrit jobs by branch
[lttng-ci.git] / scripts / lttng-ust / build.sh
index a311594ca9dc6edffd7fbc4c3cb95e80476485ec..230c4d5885670bc6d836676c829c710d3deecd83 100755 (executable)
@@ -195,15 +195,6 @@ cd "$SRCDIR"
 eval "$(grep '^PACKAGE_VERSION=' ./configure)"
 PACKAGE_VERSION=${PACKAGE_VERSION//\-pre*/}
 
-# Gerrit will trigger build on FreeBSD regardless of the branch, exit
-# successfuly when the version is < 2.13.
-if [[ $platform == freebsd* ]] && verlt "$PACKAGE_VERSION" "2.13"; then
-    mkdir -p "$WORKSPACE/tap/no-log"
-    echo "1..1" > "$WORKSPACE/tap/no-log/tests.log"
-    echo "ok 1 - FreeBSD build unsupported in < 2.13" >> "$WORKSPACE/tap/no-log/tests.log"
-    exit 0
-fi
-
 # Set configure options and environment variables for each build
 # configuration.
 CONF_OPTS=("--prefix=$PREFIX" "--libdir=$PREFIX/$LIBDIR_ARCH")
This page took 0.026007 seconds and 4 git commands to generate.