scripts/pkgdep.sh: remove unavailable yum option "--allowerasing"
Change-Id: I61ea0c11956a9a9bacbfef63f50a79e1a25ef412 Signed-off-by: Tsuyoshi Uchida <will.sun.hope.truth@gmail.com> Reviewed-on: https://review.gerrithub.io/422204 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
parent
eaea3f24cc
commit
edfde53def
@ -9,10 +9,9 @@ if [ -s /etc/redhat-release ]; then
|
||||
# Add EPEL repository for CUnit-devel
|
||||
yum --enablerepo=extras install -y epel-release
|
||||
fi
|
||||
yum install -y gcc gcc-c++ make CUnit-devel libaio-devel \
|
||||
yum install -y gcc gcc-c++ make CUnit-devel libaio-devel openssl-devel \
|
||||
git astyle python-pep8 lcov python clang-analyzer libuuid-devel \
|
||||
sg3_utils libiscsi-devel
|
||||
yum install -y --allowerasing openssl-devel
|
||||
# Additional (optional) dependencies for showing backtrace in logs
|
||||
yum install -y libunwind-devel
|
||||
# Additional dependencies for NVMe over Fabrics
|
||||
|
Loading…
x
Reference in New Issue
Block a user