Merge "Add INFO.yaml verify job"
[ci-management.git] / jjb / vpp / include-raw-vpp-arm-build.sh
index 34c1313..906e185 100644 (file)
@@ -44,7 +44,8 @@ if (git log --oneline | grep 37682e1 > /dev/null 2>&1) && \
         [ "x${IS_CSIT_VPP_JOB}" != "xTrue" ]
 then
     echo "Building using \"make verify\""
-    [ "x${DRYRUN}" == "xTrue" ] || make TEST_JOBS=$TEST_JOBS UNATTENDED=yes verify
+    sed -i '33i\ \ DEPENDS api_headers' src/vat/CMakeLists.txt
+    [ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes verify SKIP_AARCH64=yes
 else
     echo "Building using \"make build-root/vagrant/build.sh\""
     [ "x${DRYRUN}" == "xTrue" ] || make UNATTENDED=yes install-dep