From 7d9ef780573aba71a362f01ffcf49eb7cb772146 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Mon, 3 Aug 2020 11:43:00 +0530 Subject: [PATCH] ci: install make in centos ci in centos 8 make doesnot come as default we need to install it. Signed-off-by: Madhu Rajanna --- prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.sh b/prepare.sh index 419456726..94bc02cfd 100755 --- a/prepare.sh +++ b/prepare.sh @@ -73,7 +73,7 @@ done set -x -yum -y install git podman +yum -y install git podman make git clone --depth=1 --branch="${base}" "${gitrepo}" "${workdir}" cd "${workdir}"