X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=189ec6f3cc4ac24a1eaabe915d2e4d524a9ecf39;hp=3d79016849a42cd9b8f62dc89df9702f006d13ae;hb=02f01f9f327cc64745c1941968813b3f107ca771;hpb=b883aab899c75a351b2c4af42c98e918810f2272 diff --git a/bootstrap.sh b/bootstrap.sh index 3d79016849..189ec6f3cc 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -23,7 +23,7 @@ export PYTHONPATH=${SCRIPT_DIR} if [ -f "/etc/redhat-release" ]; then DISTRO="CENTOS" sudo yum install -y python-devel python-virtualenv - VPP_ARTIFACTS="vpp vpp-devel vpp-lib vpp-plugins" + VPP_ARTIFACTS="vpp vpp-selinux-policy vpp-devel vpp-lib vpp-plugins" DPDK_ARTIFACTS="" PACKAGE="rpm" VPP_CLASSIFIER=""