[libvirt PATCH 2/2] travis: Use dedicated images for MinGW builds

Andrea Bolognani abologna at redhat.com
Mon Feb 10 17:21:13 UTC 2020


Now that we treat MinGW like any other cross-build target, we
should update our Travis CI configuration.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
This patch needs

  https://www.redhat.com/archives/libvir-list/2020-February/msg00409.html

to be merged into libvirt-jenkins-ci and the corresponding
container images to be regenerated.

 .travis.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b243e3d5c4..f400f76118 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,17 +56,15 @@ matrix:
     - services:
         - docker
       env:
-        - IMAGE="fedora-30"
-        - MINGW="mingw32"
+        - IMAGE="fedora-30-cross-mingw32"
       script:
-        - make -C ci/ ci-build@$IMAGE CI_CONFIGURE="$MINGW-configure"
+        - make -C ci/ ci-build@$IMAGE
     - services:
         - docker
       env:
-        - IMAGE="fedora-30"
-        - MINGW="mingw64"
+        - IMAGE="fedora-30-cross-mingw64"
       script:
-        - make -C ci/ ci-build@$IMAGE CI_CONFIGURE="$MINGW-configure"
+        - make -C ci/ ci-build@$IMAGE
     - compiler: clang
       language: c
       os: osx
-- 
2.24.1




More information about the libvir-list mailing list