From: Ed Kern Date: Tue, 3 Apr 2018 02:12:32 +0000 (-0600) Subject: Makefile: Removed clang build from verify X-Git-Tag: v18.07-rc1~465 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e9be71534be452a34028ed85475a2975e03b6215;p=vpp.git Makefile: Removed clang build from verify Removed clang build from main verify since that will be driven in a seperate job going forward Change-Id: I6efcad0b99fcc6babc4a7eb1475c99816f2cf175 Signed-off-by: Ed Kern --- diff --git a/Makefile b/Makefile index ac4c39ba7d9..1eb1f0cef22 100644 --- a/Makefile +++ b/Makefile @@ -513,13 +513,6 @@ endef verify: install-dep $(BR)/.deps.ok dpdk-install-dev $(call banner,"Building for PLATFORM=vpp using gcc") @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages -ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) - $(call banner,"Installing dependencies") - @sudo -E apt-get update - @sudo -E apt-get $(CONFIRM) $(FORCE) install clang - $(call banner,"Building for PLATFORM=vpp using clang") - @make -C build-root CC=clang PLATFORM=vpp TAG=vpp_clang wipe-all install-packages -endif $(call banner,"Building sample-plugin") @make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install $(call banner,"Building libmemif")