[7.0] 814926f05 Hopefully get sphinx installed

Martin Blix Grydeland martin at varnish-software.com
Thu Aug 4 16:33:04 UTC 2022


commit 814926f056555d0e317b4b65c3ed6c71e8ad5915
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Aug 4 18:32:06 2022 +0200

    Hopefully get sphinx installed

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 61983077f..f11c949fb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -218,7 +218,7 @@ jobs:
                 if [ << parameters.release >> = 8 ]; then
                     dnf install -y "dnf-command(config-manager)"
                     yum config-manager --set-enabled powertools
-                    yum install -y diffutils python3-sphinx
+                    yum install -y diffutils
                 else
                     yum install -y python-sphinx
                 fi
@@ -233,6 +233,7 @@ jobs:
                     make \
                     pcre2-devel \
                     python3 \
+                    /usr/bin/sphinx-build \
                     sudo
             elif [ << parameters.dist >> = debian -o << parameters.dist >> = ubuntu ]; then
                 export DEBIAN_FRONTEND=noninteractive


More information about the varnish-commit mailing list