Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b0c8679
)
Remove unnecessary sed from VPP arm verify
33/22433/1
author
juraj.linkes
<
[email protected]
>
Tue, 1 Oct 2019 06:01:03 +0000
(08:01 +0200)
committer
juraj.linkes
<
[email protected]
>
Tue, 1 Oct 2019 06:01:03 +0000
(08:01 +0200)
The fix has been committed to VPP repo a long time ago.
Change-Id: I0b53c53a2b4012255793ecb72279c7580df233a7
Signed-off-by: juraj.linkes <
[email protected]
>
jjb/vpp/include-raw-vpp-arm-build.sh
patch
|
blob
|
history
diff --git
a/jjb/vpp/include-raw-vpp-arm-build.sh
b/jjb/vpp/include-raw-vpp-arm-build.sh
index
906e185
..
9de736a
100644
(file)
--- 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\""