From 4f1c463bdde785b8ff09a44d1c32eca9cf0ce3cc Mon Sep 17 00:00:00 2001 From: James Shubin Date: Wed, 17 Jul 2019 00:26:43 -0400 Subject: [PATCH] misc: Add graphviz deps for travis Some tests run graphviz. --- misc/make-deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/make-deps.sh b/misc/make-deps.sh index a6dbde3d..22b840d3 100755 --- a/misc/make-deps.sh +++ b/misc/make-deps.sh @@ -35,6 +35,7 @@ if [ ! -z "$YUM" ]; then $sudo_command $YUM install -y time # dependencies for building packages with fpm $sudo_command $YUM install -y gcc make rpm-build libffi-devel bsdtar || true + $sudo_command $YUM install -y graphviz || true # for debugging fi if [ ! -z "$APT" ]; then $sudo_command $APT install -y libvirt-dev || true @@ -49,6 +50,7 @@ if [ ! -z "$APT" ]; then $sudo_command $APT install -y realpath || true $sudo_command $APT install -y time || true $sudo_command $APT install -y inotify-tools # used by some tests + $sudo_command $APT install -y graphviz # for debugging fi if [ ! -z "$BREW" ]; then