opensuse support: reworked SUSE DEPS variables
[vpp.git] / Makefile
1 # Copyright (c) 2016 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 export WS_ROOT=$(CURDIR)
15 export BR=$(WS_ROOT)/build-root
16 CCACHE_DIR?=$(BR)/.ccache
17 GDB?=gdb
18 PLATFORM?=vpp
19 SAMPLE_PLUGIN?=no
20 MACHINE=$(shell uname -m)
21
22 ifeq ($(MACHINE),$(filter $(MACHINE),x86_64))
23 export AESNI?=y
24 else
25 export AESNI?=N
26 endif
27
28 ,:=,
29 define disable_plugins
30 $(if $(1), \
31   "plugins {" \
32   $(patsubst %,"plugin %_plugin.so { disable }",$(subst $(,), ,$(1))) \
33   " }" \
34   ,)
35 endef
36
37 MINIMAL_STARTUP_CONF="                                                  \
38 unix {                                                                  \
39         interactive                                                     \
40         cli-listen /run/vpp/cli.sock                                    \
41         gid $(shell id -g)                                              \
42         $(if $(wildcard startup.vpp),"exec startup.vpp",)               \
43 }                                                                       \
44 $(if $(DPDK_CONFIG), "dpdk { $(DPDK_CONFIG) }",)                        \
45 $(call disable_plugins,$(DISABLED_PLUGINS))                             \
46 "
47
48 GDB_ARGS= -ex "handle SIGUSR1 noprint nostop"
49
50 #
51 # OS Detection
52 #
53 # We allow Darwin (MacOS) for docs generation; VPP build will still fail.
54 ifneq ($(shell uname),Darwin)
55 OS_ID        = $(shell grep '^ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g')
56 OS_VERSION_ID= $(shell grep '^VERSION_ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g')
57 endif
58
59 ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID))
60 PKG=deb
61 else ifeq ($(filter rhel centos fedora opensuse,$(OS_ID)),$(OS_ID))
62 PKG=rpm
63 endif
64
65 # +libganglia1-dev if building the gmond plugin
66
67 DEB_DEPENDS  = curl build-essential autoconf automake bison ccache
68 DEB_DEPENDS += debhelper dkms git libtool libapr1-dev dh-systemd
69 DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config
70 DEB_DEPENDS += lcov chrpath autoconf nasm indent clang-format libnuma-dev
71 DEB_DEPENDS += python-all python-dev python-virtualenv python-pip libffi6 check
72 ifeq ($(OS_VERSION_ID),14.04)
73         DEB_DEPENDS += openjdk-8-jdk-headless
74         DEB_DEPENDS += libssl-dev
75 else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8)
76         DEB_DEPENDS += openjdk-8-jdk-headless
77         DEB_DEPENDS += libssl-dev
78         APT_ARGS = -t jessie-backports
79 else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-9)
80         DEB_DEPENDS += default-jdk-headless
81         DEB_DEPENDS += libssl1.0-dev
82 else 
83         DEB_DEPENDS += default-jdk-headless
84         DEB_DEPENDS += libssl-dev
85 endif
86
87 RPM_DEPENDS  = redhat-lsb glibc-static java-1.8.0-openjdk-devel yum-utils
88 RPM_DEPENDS += apr-devel
89 RPM_DEPENDS += numactl-devel
90 RPM_DEPENDS += check check-devel
91
92 ifeq ($(OS_ID)-$(OS_VERSION_ID),fedora-25)
93         RPM_DEPENDS += subunit subunit-devel
94         RPM_DEPENDS += openssl-devel
95         RPM_DEPENDS += python-devel
96         RPM_DEPENDS += python2-virtualenv
97         RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
98 else ifeq ($(shell if [ "$(OS_ID)" = "fedora" ]; then test $(OS_VERSION_ID) -gt 25; echo $$?; fi),0)
99         RPM_DEPENDS += subunit subunit-devel
100         RPM_DEPENDS += compat-openssl10-devel
101         RPM_DEPENDS += python2-devel
102         RPM_DEPENDS += python2-virtualenv
103         RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
104 else
105         RPM_DEPENDS += openssl-devel
106         RPM_DEPENDS += python-devel
107         RPM_DEPENDS += python-virtualenv
108         RPM_DEPENDS_GROUPS = 'Development Tools'
109 endif
110
111 # +ganglia-devel if building the ganglia plugin
112
113 RPM_DEPENDS += chrpath libffi-devel rpm-build
114 ifeq ($(OS_ID),fedora)
115         RPM_DEPENDS += nasm
116 else ifeq ($(findstring y,$(AESNI)),y)
117         RPM_DEPENDS += https://kojipkgs.fedoraproject.org//packages/nasm/2.12.02/2.fc26/x86_64/nasm-2.12.02-2.fc26.x86_64.rpm
118 endif
119
120 SUSE_NAME= $(shell grep '^NAME=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g' | cut -d' ' -f2)
121 RPM_SUSE_BUILDTOOLS_DEPS = autoconf automake bison ccache check-devel chrpath clang indent libtool make
122 RPM_SUSE_DEVEL_DEPS = glibc-devel-static java-1_8_0-openjdk-devel libnuma-devel libopenssl-devel openssl-devel 
123 RPM_SUSE_PYTHON_DEPS = python-devel python3-devel python-pip python3-pip python-rpm-macros python3-rpm-macros 
124 RPM_SUSE_PLATFORM_DEPS = distribution-release shadow rpm-build
125
126 ifeq ($(OS_ID),opensuse)
127 ifneq ($(SUSE_NAME),Tumbleweed)
128         RPM_SUSE_DEVEL_DEPS += boost_1_61-devel gcc6 
129         RPM_SUSE_PYTHON_DEPS += python-virtualenv
130         RPM_SUSE_BUILDTOOL_DEPS += https://download.opensuse.org/tumbleweed/repo/oss/suse/x86_64/nasm-2.13.01-2.2.x86_64.rpm
131 else
132         RPM_SUSE_DEVEL_DEPS += boost_1_65-devel gcc
133         RPM_SUSE_PYTHON_DEPS += python2-virtualenv
134         RPM_SUSE_BUILDTOOL_DEPS += nasm
135 endif
136 endif
137
138 RPM_SUSE_DEPENDS += $(RPM_SUSE_BUILDTOOLS_DEPS) $(RPM_SUSE_DEVEL_DEPS) $(RPM_SUSE_PYTHON_DEPS) $(RPM_SUSE_PLATFORM_DEPS)
139
140 ifneq ($(wildcard $(STARTUP_DIR)/startup.conf),)
141         STARTUP_CONF ?= $(STARTUP_DIR)/startup.conf
142 endif
143
144 ifeq ($(findstring y,$(UNATTENDED)),y)
145 CONFIRM=-y
146 FORCE=--force-yes
147 endif
148
149 TARGETS = vpp
150
151 ifneq ($(SAMPLE_PLUGIN),no)
152 TARGETS += sample-plugin
153 endif
154
155 .PHONY: help bootstrap wipe wipe-release build build-release rebuild rebuild-release
156 .PHONY: run run-release debug debug-release build-vat run-vat pkg-deb pkg-rpm
157 .PHONY: ctags cscope
158 .PHONY: test test-debug retest retest-debug test-doc test-wipe-doc test-help test-wipe
159 .PHONY: test-cov test-wipe-cov
160
161 help:
162         @echo "Make Targets:"
163         @echo " bootstrap           - prepare tree for build"
164         @echo " install-dep         - install software dependencies"
165         @echo " wipe                - wipe all products of debug build "
166         @echo " wipe-release        - wipe all products of release build "
167         @echo " build               - build debug binaries"
168         @echo " build-release       - build release binaries"
169         @echo " build-coverity      - build coverity artifacts"
170         @echo " rebuild             - wipe and build debug binares"
171         @echo " rebuild-release     - wipe and build release binares"
172         @echo " run                 - run debug binary"
173         @echo " run-release         - run release binary"
174         @echo " debug               - run debug binary with debugger"
175         @echo " debug-release       - run release binary with debugger"
176         @echo " test                - build and run (basic) functional tests"
177         @echo " test-debug          - build and run (basic) functional tests (debug build)"
178         @echo " test-all            - build and run (all) functional tests"
179         @echo " test-all-debug      - build and run (all) functional tests (debug build)"
180         @echo " test-shell          - enter shell with test environment"
181         @echo " test-shell-debug    - enter shell with test environment (debug build)"
182         @echo " test-wipe           - wipe files generated by unit tests"
183         @echo " retest              - run functional tests"
184         @echo " retest-debug        - run functional tests (debug build)"
185         @echo " test-help           - show help on test framework"
186         @echo " run-vat             - run vpp-api-test tool"
187         @echo " pkg-deb             - build DEB packages"
188         @echo " pkg-rpm             - build RPM packages"
189         @echo " dpdk-install-dev    - install DPDK development packages"
190         @echo " ctags               - (re)generate ctags database"
191         @echo " gtags               - (re)generate gtags database"
192         @echo " cscope              - (re)generate cscope database"
193         @echo " checkstyle          - check coding style"
194         @echo " fixstyle            - fix coding style"
195         @echo " doxygen             - (re)generate documentation"
196         @echo " bootstrap-doxygen   - setup Doxygen dependencies"
197         @echo " wipe-doxygen        - wipe all generated documentation"
198         @echo " test-doc            - generate documentation for test framework"
199         @echo " test-wipe-doc       - wipe documentation for test framework"
200         @echo " test-cov            - generate code coverage report for test framework"
201         @echo " test-wipe-cov       - wipe code coverage report for test framework"
202         @echo " test-checkstyle     - check PEP8 compliance for test framework"
203         @echo ""
204         @echo "Make Arguments:"
205         @echo " V=[0|1]                  - set build verbosity level"
206         @echo " STARTUP_CONF=<path>      - startup configuration file"
207         @echo "                            (e.g. /etc/vpp/startup.conf)"
208         @echo " STARTUP_DIR=<path>       - startup drectory (e.g. /etc/vpp)"
209         @echo "                            It also sets STARTUP_CONF if"
210         @echo "                            startup.conf file is present"
211         @echo " GDB=<path>               - gdb binary to use for debugging"
212         @echo " PLATFORM=<name>          - target platform. default is vpp"
213         @echo " TEST=<filter>            - apply filter to test set, see test-help"
214         @echo " DPDK_CONFIG=<conf>       - add specified dpdk config commands to"
215         @echo "                            autogenerated startup.conf"
216         @echo "                            (e.g. \"no-pci\" )"
217         @echo " SAMPLE_PLUGIN=yes        - in addition build/run/debug sample plugin"
218         @echo " DISABLED_PLUGINS=<list>  - comma separated list of plugins which"
219         @echo "                            should not be loaded"
220         @echo ""
221         @echo "Current Argument Values:"
222         @echo " V                 = $(V)"
223         @echo " STARTUP_CONF      = $(STARTUP_CONF)"
224         @echo " STARTUP_DIR       = $(STARTUP_DIR)"
225         @echo " GDB               = $(GDB)"
226         @echo " PLATFORM          = $(PLATFORM)"
227         @echo " DPDK_VERSION      = $(DPDK_VERSION)"
228         @echo " DPDK_CONFIG       = $(DPDK_CONFIG)"
229         @echo " SAMPLE_PLUGIN     = $(SAMPLE_PLUGIN)"
230         @echo " DISABLED_PLUGINS  = $(DISABLED_PLUGINS)"
231
232 $(BR)/.bootstrap.ok:
233 ifeq ($(findstring y,$(UNATTENDED)),y)
234         make install-dep
235 endif
236 ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID))
237         @MISSING=$$(apt-get install -y -qq -s $(DEB_DEPENDS) | grep "^Inst ") ; \
238         if [ -n "$$MISSING" ] ; then \
239           echo "\nPlease install missing packages: \n$$MISSING\n" ; \
240           echo "by executing \"make install-dep\"\n" ; \
241           exit 1 ; \
242         fi ; \
243         exit 0
244 else ifneq ("$(wildcard /etc/redhat-release)","")
245         @for i in $(RPM_DEPENDS) ; do \
246             RPM=$$(basename -s .rpm "$${i##*/}" | cut -d- -f1,2,3)  ;   \
247             MISSING+=$$(rpm -q $$RPM | grep "^package")    ;    \
248         done                                                       ;    \
249         if [ -n "$$MISSING" ] ; then \
250           echo "Please install missing RPMs: \n$$MISSING\n" ; \
251           echo "by executing \"make install-dep\"\n" ; \
252           exit 1 ; \
253         fi ; \
254         exit 0
255 endif
256         @echo "SOURCE_PATH = $(WS_ROOT)"                   > $(BR)/build-config.mk
257         @echo "#!/bin/bash\n"                              > $(BR)/path_setup
258         @echo 'export PATH=$(BR)/tools/ccache-bin:$$PATH' >> $(BR)/path_setup
259         @echo 'export PATH=$(BR)/tools/bin:$$PATH'        >> $(BR)/path_setup
260         @echo 'export CCACHE_DIR=$(CCACHE_DIR)'           >> $(BR)/path_setup
261
262 ifeq ("$(wildcard /usr/bin/ccache )","")
263         @echo "WARNING: Please install ccache AYEC and re-run this script"
264 else
265         @rm -rf $(BR)/tools/ccache-bin
266         @mkdir -p $(BR)/tools/ccache-bin
267         @ln -s /usr/bin/ccache $(BR)/tools/ccache-bin/gcc
268         @ln -s /usr/bin/ccache $(BR)/tools/ccache-bin/g++
269 endif
270         @make -C $(BR) V=$(V) is_build_tool=yes tools-install
271         @touch $@
272
273 bootstrap: $(BR)/.bootstrap.ok
274
275 install-dep:
276 ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID))
277 ifeq ($(OS_VERSION_ID),14.04)
278         @sudo -E apt-get $(CONFIRM) $(FORCE) install software-properties-common
279         @sudo -E add-apt-repository ppa:openjdk-r/ppa $(CONFIRM)
280 endif
281 ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-8)
282         @grep -q jessie-backports /etc/apt/sources.list /etc/apt/sources.list.d/* 2> /dev/null \
283            || ( echo "Please install jessie-backports" ; exit 1 )
284 endif
285         @sudo -E apt-get update
286         @sudo -E apt-get $(APT_ARGS) $(CONFIRM) $(FORCE) install $(DEB_DEPENDS)
287 else ifneq ("$(wildcard /etc/redhat-release)","")
288         @sudo -E yum groupinstall $(CONFIRM) $(RPM_DEPENDS_GROUPS)
289         @sudo -E yum install $(CONFIRM) $(RPM_DEPENDS)
290         @sudo -E debuginfo-install $(CONFIRM) glibc openssl-libs zlib
291 else ifeq ($(filter opensuse,$(OS_ID)),$(OS_ID))
292         @sudo -E zypper refresh
293         @sudo -E zypper install -y $(RPM_SUSE_DEPENDS)
294 else
295         $(error "This option currently works only on Ubuntu, Debian, Centos or openSUSE systems")
296 endif
297
298 define make
299         @make -C $(BR) PLATFORM=$(PLATFORM) TAG=$(1) $(2)
300 endef
301
302 $(BR)/scripts/.version:
303 ifneq ("$(wildcard /etc/redhat-release)","")
304         $(shell $(BR)/scripts/version rpm-string > $(BR)/scripts/.version)
305 else
306         $(shell $(BR)/scripts/version > $(BR)/scripts/.version)
307 endif
308
309 DIST_FILE = $(BR)/vpp-$(shell src/scripts/version).tar
310 DIST_SUBDIR = vpp-$(shell src/scripts/version|cut -f1 -d-)
311
312 dist:
313         @if git rev-parse 2> /dev/null ; then \
314             git archive \
315               --prefix=$(DIST_SUBDIR)/ \
316               --format=tar \
317               -o $(DIST_FILE) \
318             HEAD ; \
319             git describe > $(BR)/.version ; \
320         else \
321             (cd .. ; tar -cf $(DIST_FILE) $(DIST_SUBDIR) --exclude=*.tar) ; \
322             src/scripts/version > $(BR)/.version ; \
323         fi
324         @tar --append \
325           --file $(DIST_FILE) \
326           --transform='s,.*/.version,$(DIST_SUBDIR)/src/scripts/.version,' \
327           $(BR)/.version
328         @$(RM) $(BR)/.version $(DIST_FILE).xz
329         @xz -v --threads=0 $(DIST_FILE)
330         @$(RM) $(BR)/vpp-latest.tar.xz
331         @ln -rs $(DIST_FILE).xz $(BR)/vpp-latest.tar.xz
332
333 build: $(BR)/.bootstrap.ok
334         $(call make,$(PLATFORM)_debug,$(addsuffix -install,$(TARGETS)))
335
336 wipedist:
337         @$(RM) $(BR)/*.tar.xz
338
339 wipe: wipedist $(BR)/.bootstrap.ok
340         $(call make,$(PLATFORM)_debug,$(addsuffix -wipe,$(TARGETS)))
341
342 rebuild: wipe build
343
344 build-release: $(BR)/.bootstrap.ok
345         $(call make,$(PLATFORM),$(addsuffix -install,$(TARGETS)))
346
347 wipe-release: $(BR)/.bootstrap.ok
348         $(call make,$(PLATFORM),$(addsuffix -wipe,$(TARGETS)))
349
350 rebuild-release: wipe-release build-release
351
352 export VPP_PYTHON_PREFIX=$(BR)/python
353
354 libexpand = $(subst $(subst ,, ),:,$(foreach lib,$(1),$(BR)/install-$(2)-native/vpp/$(lib)/$(3)))
355
356 define test
357         $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=$(1) TAG=$(2) vpp-install,)
358         $(eval libs:=lib lib64)
359         make -C test \
360           TEST_DIR=$(WS_ROOT)/test \
361           VPP_TEST_BUILD_DIR=$(BR)/build-$(2)-native \
362           VPP_TEST_BIN=$(BR)/install-$(2)-native/vpp/bin/vpp \
363           VPP_TEST_PLUGIN_PATH=$(call libexpand,$(libs),$(2),vpp_plugins) \
364           VPP_TEST_INSTALL_PATH=$(BR)/install-$(2)-native/ \
365           LD_LIBRARY_PATH=$(call libexpand,$(libs),$(2),) \
366           EXTENDED_TESTS=$(EXTENDED_TESTS) \
367           PYTHON=$(PYTHON) \
368           OS_ID=$(OS_ID) \
369           $(3)
370 endef
371
372 test: bootstrap
373         $(call test,vpp,vpp,test)
374
375 test-debug: bootstrap
376         $(call test,vpp,vpp_debug,test)
377
378 test-all: bootstrap
379         $(eval EXTENDED_TESTS=yes)
380         $(call test,vpp,vpp,test)
381
382 test-all-debug: bootstrap
383         $(eval EXTENDED_TESTS=yes)
384         $(call test,vpp,vpp_debug,test)
385
386 test-help:
387         @make -C test help
388
389 test-wipe:
390         @make -C test wipe
391
392 test-shell: bootstrap
393         $(call test,vpp,vpp,shell)
394
395 test-shell-debug: bootstrap
396         $(call test,vpp,vpp_debug,shell)
397
398 test-doc:
399         @make -C test doc
400
401 test-wipe-doc:
402         @make -C test wipe-doc
403
404 test-cov: bootstrap
405         $(eval EXTENDED_TESTS=yes)
406         $(call test,vpp,vpp_gcov,cov)
407
408 test-wipe-cov:
409         @make -C test wipe-cov
410
411 test-checkstyle:
412         @make -C test checkstyle
413
414 retest:
415         $(call test,vpp,vpp,retest)
416
417 retest-debug:
418         $(call test,vpp,vpp_debug,retest)
419
420 STARTUP_DIR ?= $(PWD)
421 ifeq ("$(wildcard $(STARTUP_CONF))","")
422 define run
423         @echo "WARNING: STARTUP_CONF not defined or file doesn't exist."
424         @echo "         Running with minimal startup config: $(MINIMAL_STARTUP_CONF)\n"
425         @cd $(STARTUP_DIR) && \
426           sudo $(2) $(1)/vpp/bin/vpp $(MINIMAL_STARTUP_CONF) \
427             plugin_path $(subst $(subst ,, ),:,$(wildcard $(1)/*/lib*/vpp_plugins))
428 endef
429 else
430 define run
431         @cd $(STARTUP_DIR) && \
432           sudo $(2) $(1)/vpp/bin/vpp $(shell cat $(STARTUP_CONF) | sed -e 's/#.*//') \
433             plugin_path $(subst $(subst ,, ),:,$(wildcard $(1)/*/lib*/vpp_plugins))
434 endef
435 endif
436
437 %.files: .FORCE
438         @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' \) -and \
439                 \( -not -path './build-root*' -o -path \
440                 './build-root/build-vpp_debug-native/dpdk*' \) > $@
441
442 .FORCE:
443
444 run:
445         $(call run, $(BR)/install-$(PLATFORM)_debug-native)
446
447 run-release:
448         $(call run, $(BR)/install-$(PLATFORM)-native)
449
450 debug:
451         $(call run, $(BR)/install-$(PLATFORM)_debug-native,$(GDB) $(GDB_ARGS) --args)
452
453 build-coverity: 
454         $(call make,$(PLATFORM)_coverity,install-packages)
455
456 debug-release:
457         $(call run, $(BR)/install-$(PLATFORM)-native,$(GDB) $(GDB_ARGS) --args)
458
459 build-vat:
460         $(call make,$(PLATFORM)_debug,vpp-api-test-install)
461
462 run-vat:
463         @sudo $(BR)/install-$(PLATFORM)_debug-native/vpp/bin/vpp_api_test
464
465 pkg-deb:
466         $(call make,$(PLATFORM),install-deb)
467
468 pkg-rpm: dist
469         make -C extras/rpm
470
471 pkg-srpm: dist
472         make -C extras/rpm srpm
473
474 dpdk-install-dev:
475         make -C dpdk install-$(PKG)
476
477 ctags: ctags.files
478         @ctags --totals --tag-relative -L $<
479         @rm $<
480
481 gtags: ctags
482         @gtags --gtagslabel=ctags
483
484 cscope: cscope.files
485         @cscope -b -q -v
486
487 checkstyle:
488         @build-root/scripts/checkstyle.sh
489
490 fixstyle:
491         @build-root/scripts/checkstyle.sh --fix
492
493 #
494 # Build the documentation
495 #
496
497 # Doxygen configuration and our utility scripts
498 export DOXY_DIR ?= $(WS_ROOT)/doxygen
499
500 define make-doxy
501         @OS_ID="$(OS_ID)" make -C $(DOXY_DIR) $@
502 endef
503
504 .PHONY: bootstrap-doxygen doxygen wipe-doxygen
505
506 bootstrap-doxygen:
507         $(call make-doxy)
508
509 doxygen:
510         $(call make-doxy)
511
512 wipe-doxygen:
513         $(call make-doxy)
514
515 define banner
516         @echo "========================================================================"
517         @echo " $(1)"
518         @echo "========================================================================"
519         @echo " "
520 endef
521
522 verify: install-dep $(BR)/.bootstrap.ok dpdk-install-dev
523         $(call banner,"Building for PLATFORM=vpp using gcc")
524         @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages
525 ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04)
526         $(call banner,"Installing dependencies")
527         @sudo -E apt-get update
528         @sudo -E apt-get $(CONFIRM) $(FORCE) install clang
529         $(call banner,"Building for PLATFORM=vpp using clang")
530         @make -C build-root CC=clang PLATFORM=vpp TAG=vpp_clang wipe-all install-packages
531 endif
532         $(call banner,"Building sample-plugin")
533         @make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install
534         $(call banner,"Building $(PKG) packages")
535         @make pkg-$(PKG)
536 ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04)
537         @make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test
538 endif
539
540