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 () {
glibc.i686 \
make \
cpio \
kmod \
jq
kmod
elif [ "$DRIVER_ARCH" = "ppc64le" ]; then
dnf install -y \
libglvnd-glx \
......@@ -25,8 +24,7 @@ dep_installer () {
glibc \
make \
cpio \
kmod \
jq
kmod
elif [ "$DRIVER_ARCH" = "aarch64" ]; then
dnf install -y \
libglvnd-glx \
......@@ -36,8 +34,7 @@ dep_installer () {
glibc \
make \
cpio \
kmod \
jq
kmod
fi
rm -rf /var/cache/yum/*
}
......
......@@ -16,8 +16,7 @@ dep_installer () {
glibc.i686 \
make \
cpio \
kmod \
jq
kmod
elif [ "$DRIVER_ARCH" = "ppc64le" ]; then
dnf install -y \
libglvnd-glx \
......@@ -27,8 +26,7 @@ dep_installer () {
glibc \
make \
cpio \
kmod \
jq
kmod
elif [ "$DRIVER_ARCH" = "aarch64" ]; then
dnf install -y \
libglvnd-glx \
......@@ -38,8 +36,7 @@ dep_installer () {
glibc \
make \
cpio \
kmod \
jq
kmod
fi
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