Add a vpp-verify-{stream}-{os}-clang job
[ci-management.git] / jjb / vpp / include-raw-vpp-build.sh
index 60df7ab..a838f57 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # basic build script example
-set -xeu -o pipefail
+set -xe -o pipefail
 # do nothing but print the current slave hostname
 hostname
 export CCACHE_DIR=/tmp/ccache
@@ -45,14 +45,7 @@ if [ "x${VPP_REPO}" == "x1" ]; then
         exit 1
     fi
 fi
-
-# Make sure we are starting on java-7.  This catches bugs in the
-# vpp build system that can occur on Ubuntu 14.04 when a user may
-# have both java-7 and java-8 installed.
-if [ ${OS} == ubuntu1404 ];then
-    sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64
-fi
-
+echo "CC=${CC}"
 build-root/vagrant/build.sh
 
 echo "*******************************************************************"