Commit edfde53d authored by Tsuyoshi Uchida's avatar Tsuyoshi Uchida Committed by Jim Harris
Browse files

scripts/pkgdep.sh: remove unavailable yum option "--allowerasing"



Change-Id: I61ea0c11956a9a9bacbfef63f50a79e1a25ef412
Signed-off-by: default avatarTsuyoshi Uchida <will.sun.hope.truth@gmail.com>
Reviewed-on: https://review.gerrithub.io/422204


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
parent eaea3f24
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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