Skip to content
Snippets Groups Projects
Unverified Commit 8f0912c3 authored by Christopher Desiniotis's avatar Christopher Desiniotis Committed by GitHub
Browse files

Merge pull request #336 from NVIDIA/remove-jq

Remove unused jq package in rhel8 and rhel9 images
parents 19173c9a 9286742a
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,7 @@ dep_installer () { ...@@ -14,8 +14,7 @@ dep_installer () {
glibc.i686 \ glibc.i686 \
make \ make \
cpio \ cpio \
kmod \ kmod
jq
elif [ "$DRIVER_ARCH" = "ppc64le" ]; then elif [ "$DRIVER_ARCH" = "ppc64le" ]; then
dnf install -y \ dnf install -y \
libglvnd-glx \ libglvnd-glx \
...@@ -25,8 +24,7 @@ dep_installer () { ...@@ -25,8 +24,7 @@ dep_installer () {
glibc \ glibc \
make \ make \
cpio \ cpio \
kmod \ kmod
jq
elif [ "$DRIVER_ARCH" = "aarch64" ]; then elif [ "$DRIVER_ARCH" = "aarch64" ]; then
dnf install -y \ dnf install -y \
libglvnd-glx \ libglvnd-glx \
...@@ -36,8 +34,7 @@ dep_installer () { ...@@ -36,8 +34,7 @@ dep_installer () {
glibc \ glibc \
make \ make \
cpio \ cpio \
kmod \ kmod
jq
fi fi
rm -rf /var/cache/yum/* rm -rf /var/cache/yum/*
} }
......
...@@ -16,8 +16,7 @@ dep_installer () { ...@@ -16,8 +16,7 @@ dep_installer () {
glibc.i686 \ glibc.i686 \
make \ make \
cpio \ cpio \
kmod \ kmod
jq
elif [ "$DRIVER_ARCH" = "ppc64le" ]; then elif [ "$DRIVER_ARCH" = "ppc64le" ]; then
dnf install -y \ dnf install -y \
libglvnd-glx \ libglvnd-glx \
...@@ -27,8 +26,7 @@ dep_installer () { ...@@ -27,8 +26,7 @@ dep_installer () {
glibc \ glibc \
make \ make \
cpio \ cpio \
kmod \ kmod
jq
elif [ "$DRIVER_ARCH" = "aarch64" ]; then elif [ "$DRIVER_ARCH" = "aarch64" ]; then
dnf install -y \ dnf install -y \
libglvnd-glx \ libglvnd-glx \
...@@ -38,8 +36,7 @@ dep_installer () { ...@@ -38,8 +36,7 @@ dep_installer () {
glibc \ glibc \
make \ make \
cpio \ cpio \
kmod \ kmod
jq
fi fi
rm -rf /var/cache/yum/* rm -rf /var/cache/yum/*
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment