From: Magnus Jacobsson Date: Thu, 16 Apr 2020 09:43:19 +0000 (+0200) Subject: Remove installation of rpm's not needed for test X-Git-Tag: 2.44.1~77^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681488150c837b26be659db309387d7f1bad3a10;p=graphviz Remove installation of rpm's not needed for test --- diff --git a/ci/test.sh b/ci/test.sh index c6c9b0e47..915d8e3d5 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -20,14 +20,9 @@ if [ "${ID_LIKE}" = "debian" ]; then apt install ./${DIR}/os/${ARCH}/graphviz_${GV_VERSION}-1_amd64.deb else rpm --install --force \ - ${DIR}/os/${ARCH}/graphviz-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-libs-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-plugins-core-${GV_VERSION}*.rpm \ - ${DIR}/os/${ARCH}/graphviz-plugins-x-${GV_VERSION}*.rpm \ - ${DIR}/os/${ARCH}/graphviz-x-${GV_VERSION}*.rpm \ - ${DIR}/os/${ARCH}/graphviz-nox-${GV_VERSION}*.rpm \ - ${DIR}/os/${ARCH}/graphviz-gd-${GV_VERSION}*.rpm \ - ${DIR}/os/${ARCH}/graphviz-plugins-gd-${GV_VERSION}*.rpm + ${DIR}/os/${ARCH}/graphviz-nox-${GV_VERSION}*.rpm fi cd graphviz-${GV_VERSION} ./configure