[libvirt] [PATCH v2 1/6] travis: Stop using --with-init-script

Andrea Bolognani abologna at redhat.com
Fri Mar 15 17:27:38 UTC 2019


We're gonna drop support for non-systemd init scripts soon,
and we don't want Travis CI builds to break when we do.

Since we have init system auto-detection, we can just rely on
that and stop passing --with-init-script to configure entirely.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 55ba340a34..0e7a1a033c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,13 +11,11 @@ matrix:
         - docker
       env:
         - IMAGE="ubuntu-18"
-        - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=systemd"
         - DOCKER_CMD="$LINUX_CMD"
     - services:
         - docker
       env:
         - IMAGE="centos-7"
-        - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=upstart"
         - DOCKER_CMD="$LINUX_CMD"
     - services:
         - docker
-- 
2.20.1




More information about the libvir-list mailing list