From 592e8d6a1187844eaf6b958b1049a1b72c69d161 Mon Sep 17 00:00:00 2001 From: kriw Date: Wed, 16 Aug 2017 20:05:18 +0900 Subject: [PATCH] fix Vagrantfile Change-Id: Ib186334a94c206aebe490286a46240be0634ee39 Signed-off-by: kriw Reviewed-on: https://review.gerrithub.io/374449 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- scripts/vagrant/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vagrant/build.sh b/scripts/vagrant/build.sh index 96e68bc37..e2281abc5 100644 --- a/scripts/vagrant/build.sh +++ b/scripts/vagrant/build.sh @@ -36,7 +36,7 @@ if [ -f /etc/lsb-release ]; then apt-get install -y gcc g++ make libcunit1-dev libaio-dev libssl-dev elif [ -f /etc/redhat-release ]; then # Add EPEL repository for CUnit-devel - yum --enablerepo=extras install epel-release + yum --enablerepo=extras install -y epel-release yum install -y gcc gcc-c++ CUnit-devel libaio-devel openssl-devel fi