]> granicus.if.org Git - graphviz/commitdiff
Install only RPM's needed for test
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 11 Apr 2020 11:37:24 +0000 (13:37 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 13 Apr 2020 06:35:40 +0000 (08:35 +0200)
ci/test.sh

index bcce40c2cc290f331f1189babf7e4e61e8253c5b..51e1d7d520a1a41e8815d7322e78d1257e1ebe6e 100755 (executable)
@@ -19,7 +19,15 @@ if [ "${ID_LIKE}" = "debian" ]; then
     apt install ./${DIR}/os/${ARCH}/libgraphviz4_${GV_VERSION}-1_amd64.deb
     apt install ./${DIR}/os/${ARCH}/graphviz_${GV_VERSION}-1_amd64.deb
 else
-    rpm --install --force ${DIR}/os/${ARCH}/*.rpm
+    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
 fi
 cd graphviz-${GV_VERSION}
 ./configure