]> granicus.if.org Git - graphviz/commit
CI: on RHEL distros, install all RPMs
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 7 Feb 2022 07:44:11 +0000 (18:44 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Feb 2022 06:03:18 +0000 (17:03 +1100)
commite6f8a88a4b43b97d7b38390bf56ce61fdd80ca6a
treecd5ed7ee01999ae05517457ff6fef90ad7c2b7c6
parent8e4fc9e53abc7ca10f4837ce98d965f217418a18
CI: on RHEL distros, install all RPMs

Commit c334e4e81aad15d3092d7c25038a4d2cf1cbff05 altered this step to only
install RPMs necessary for the test suite at the time. However, an upcoming
commit that enables `dot_builtins` causes graphviz-nox-* to depend on
libgvplugin_webp.so.6 that was not being installed. For simplicity, the present
commit reverts c334e4e81aad15d3092d7c25038a4d2cf1cbff05.

Note that this more closely matches the only reasonable way to use the
CI-produced RPMs: install all of them.

Gitlab: related to #1839
ci/install-packages.sh