Skip to content
Snippets Groups Projects
Unverified Commit 9286742a authored by Christopher Desiniotis's avatar Christopher Desiniotis
Browse files

Remove unused jq package in rhel8 and rhel9 images

parent 19173c9a
Branches
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