mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 22:43:05 +00:00
setup: Add make and gcc as dependencies
We require make and gcc to run our CI tools. Fixes: #219. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
121de2ccf3
commit
be97380a3b
@ -14,7 +14,7 @@ source "${cidir}/lib.sh"
|
|||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
||||||
if [ "$ID" == fedora ];then
|
if [ "$ID" == fedora ];then
|
||||||
sudo -E dnf -y install automake yamllint coreutils moreutils bc
|
sudo -E dnf -y install automake yamllint coreutils moreutils bc make gcc
|
||||||
elif [ "$ID" == centos ];then
|
elif [ "$ID" == centos ];then
|
||||||
sudo -E yum -y install epel-release
|
sudo -E yum -y install epel-release
|
||||||
sudo -E yum -y install automake yamllint coreutils moreutils bc
|
sudo -E yum -y install automake yamllint coreutils moreutils bc
|
||||||
|
Loading…
Reference in New Issue
Block a user