scripts/pkgdep: adjusting packages for sles

Disabled installing markdownlint due to ruby
version issue.
Changed packages name according to packages
available from a repository.

Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com>
Change-Id: Iea22d78dedad5386ab30d6bdd79cd7e961eaee72
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12756
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Dong Yi <dongx.yi@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: <qun.wan@intel.com>
This commit is contained in:
Kamil Godzwon 2022-05-20 06:04:01 -04:00 committed by Tomasz Zawadzki
parent 777afdf853
commit e8945f926c
2 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ install_markdownlint() {
if [[ $INSTALL_DEV_TOOLS == true ]]; then
install_shfmt
install_spdk_bash_completion
if [[ $ID != centos && $ID != rocky ]]; then
if [[ $ID != centos && $ID != rocky && $ID != sles ]]; then
install_markdownlint
else
echo "mdl not supported on $ID, disabling"

View File

@ -2,15 +2,15 @@
# Minimal install
zypper install -y gcc gcc-c++ make cunit-devel libaio-devel libopenssl-devel \
libuuid-devel python-base ncurses-devel json-c-devel libcmocka-devel ninja meson \
python-pyelftools
libuuid-devel python-base ncurses-devel libjson-c-devel libcmocka-devel \
ninja meson python3-pyelftools
# Additional dependencies for DPDK
zypper install -y libnuma-devel nasm
# Additional dependencies for ISA-L used in compression
zypper install -y autoconf automake libtool help2man
if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
# Tools for developers
zypper install -y git-core lcov python-pycodestyle sg3_utils \
zypper install -y git-core lcov python3-pycodestyle sg3_utils \
pciutils ShellCheck bash-completion
fi
if [[ $INSTALL_PMEM == "true" ]]; then