summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-clang-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25VPP: Post fix enable plugin and libmemif clangEd Kern1-2/+2
Few fixes later and upgrade to clang-5.0 I can again enable building plugins and libmem in clang Change-Id: I9b3dd70fd395752b8caf9a233d24945446f091f2 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-04-24VPP: drop branch building with clangEd Kern1-2/+2
clang builds only necessary against master branch Change-Id: Iae805b16c4bfa1f934a0f11d7d0b3198bc935d98 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-04-23VPP: removed clang dpdk buildingEd Kern1-2/+2
While its unclear if it was ever able to build dpdk with clang it certainly cannot do it now. So removing since it wasnt tagged as a MH Change-Id: I5155dd14c5654fea1ee6ee3e0a42165e9ba15660 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-04-17VPP: add cxx=clang to clang buildEd Kern1-1/+1
Extends clang build to cover cxx=clang with install-packages Change-Id: I1dda108d81dadc0ed3e8dcffefe7170a8bf592c5 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-04-11VPP: new clang job offloading current buildEd Kern1-0/+40
This is part of a vpp effort to pull clang compile from verify into its own job. Change-Id: I8659b1be5fd8ba206b4ae3090c0a6d39a71d6d8b Signed-off-by: Ed Kern <ejk@cisco.com>
2016-11-29Migrate vpp-verify-* to using make verifyEd Warnicke1-35/+0
Also retires vpp-clang-* and vpp-lite-verify-* as they are now covered by make verify. Change-Id: I19967cd82b67029a7396bdba6907aa3d4d7da865 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-11Do not set CC env variable at this timeEd Warnicke1-1/+0
Change-Id: I8fd32cca7333a2fd3004096fd3dd516c571c468b Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-11Add a vpp-verify-{stream}-{os}-clang jobEd Warnicke1-0/+36
Fixed to have vpp clang job use make verify Change-Id: Ic59713a72af156fd9a32ac9f43e96c36b3ece6b6 Signed-off-by: Ed Warnicke <eaw@cisco.com>