summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorjuraj.linkes <juraj.linkes@pantheon.tech>2019-10-01 08:01:03 +0200
committerjuraj.linkes <juraj.linkes@pantheon.tech>2019-10-01 08:01:03 +0200
commitc1fb2799405d0bfa35e4fa99e6678aab4835f480 (patch)
tree8a0ea3dba1400c45c98e5481a2d8670b48decc34 /jjb
parentb0c86796953645d6f1c5192f96aec95a31738e72 (diff)
Remove unnecessary sed from VPP arm verify
The fix has been committed to VPP repo a long time ago. Change-Id: I0b53c53a2b4012255793ecb72279c7580df233a7 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/vpp/include-raw-vpp-arm-build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/vpp/include-raw-vpp-arm-build.sh b/jjb/vpp/include-raw-vpp-arm-build.sh
index 906e18584..9de736ae0 100644
--- a/jjb/vpp/include-raw-vpp-arm-build.sh
+++ b/jjb/vpp/include-raw-vpp-arm-build.sh
@@ -44,7 +44,6 @@ if (git log --oneline | grep 37682e1 > /dev/null 2>&1) && \
[ "x${IS_CSIT_VPP_JOB}" != "xTrue" ]
then
echo "Building using \"make 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\""