From nobody Thu May 2 11:58:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1528207077784792.4665433470977; Tue, 5 Jun 2018 06:57:57 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AC625300207B; Tue, 5 Jun 2018 13:57:55 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4D6AE3001A41; Tue, 5 Jun 2018 13:57:55 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 9FD1C1800C9D; Tue, 5 Jun 2018 13:57:54 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w55DvHfk024015 for ; Tue, 5 Jun 2018 09:57:17 -0400 Received: by smtp.corp.redhat.com (Postfix) id 6E36A6352A; Tue, 5 Jun 2018 13:57:17 +0000 (UTC) Received: from inaba.usersys.redhat.com (ovpn-204-71.brq.redhat.com [10.40.204.71]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E2A5C6B407 for ; Tue, 5 Jun 2018 13:57:16 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 5 Jun 2018 15:57:04 +0200 Message-Id: <20180605135706.7260-2-abologna@redhat.com> In-Reply-To: <20180605135706.7260-1-abologna@redhat.com> References: <20180605135706.7260-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/3] travis: Stop performing Ubuntu builds X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Tue, 05 Jun 2018 13:57:56 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" As of 60d9ad6f1e42, we require GnuTLS 3.2 to build libvirt; the only Linux environment available on Travis CI (Ubuntu 14.04 LTS), however, ships with an older GnuTLS version and thus the build cannot succeed. Let's only perform macOS builds on Travis CI. Signed-off-by: Andrea Bolognani --- .travis.yml | 82 ----------------------------------------------------- 1 file changed, 82 deletions(-) diff --git a/.travis.yml b/.travis.yml index c71411dcae..111d2c0927 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,16 +8,6 @@ branches: =20 matrix: include: - - compiler: gcc - dist: trusty - env: - - PYTHON=3D$(which python2) - - DISTCHECK_CONFIGURE_FLAGS=3D"--with-init-script=3Dupstart" - - compiler: clang - dist: trusty - env: - - PYTHON=3D$(which python3) - - DISTCHECK_CONFIGURE_FLAGS=3D"--with-init-script=3Dsystemd" - compiler: clang os: osx env: @@ -33,75 +23,6 @@ matrix: # some useful coverage - make -j3 && make -j3 install && make -j3 dist =20 -addons: - apt: - # Please keep this list sorted alphabetically - packages: - - augeas-tools - - autoconf - - automake - - autopoint - - bash-completion - - ccache - - dnsmasq-base - - dwarves - - ebtables - - gcc - - gettext - - glusterfs-client - - libacl1-dev - - libapparmor-dev - - libattr1-dev - - libaudit-dev - - libavahi-client-dev - - libblkid-dev - - libc6-dev - - libcap-ng-dev - - libc-dev-bin - - libcurl4-gnutls-dev - - libdbus-1-dev - - libdevmapper-dev - - libfuse-dev - - libgnutls-dev - - libnetcf-dev - - libnl-3-dev - - libnl-route-3-dev - - libnuma-dev - - libopenwsman-dev - - libparted-dev - - libpcap-dev - - libpciaccess-dev - - librbd-dev - - libreadline-dev - - libsanlock-dev - - libsasl2-dev - - libselinux1-dev - - libssh2-1-dev - - libssh-dev - - libtirpc-dev - - libtool - - libudev-dev - - libxen-dev - - libxml2-dev - - libxml2-utils - - libyajl-dev - - lvm2 - - make -# - nfs-common # broken on trusty since build #807 (2018-01-09) - - open-iscsi - - parted - - patch - - perl - - pkgconf - - policykit-1 - - qemu-utils - - radvd - - scrub - - sheepdog - - systemtap-sdt-dev - - xsltproc - - zfs-fuse - git: submodules: true =20 @@ -112,9 +33,6 @@ env: before_script: - ./autogen.sh --prefix=3D$(pwd)/install-root =20 -script: - - make -j3 && make -j3 syntax-check && make -j3 distcheck DISTCHECK_CONF= IGURE_FLAGS=3D$DISTCHECK_CONFIGURE_FLAGS - after_failure: - echo '=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D' - 'ver=3D$(sed -n "s/AC_INIT(\[libvirt\], \[\([0-9.]*\)\],.*/\1/p" confi= gure.ac); --=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Thu May 2 11:58:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1528207080644407.7080027480247; Tue, 5 Jun 2018 06:58:00 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D8D663175A59; Tue, 5 Jun 2018 13:57:58 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 54490308BDA2; Tue, 5 Jun 2018 13:57:58 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 93F391800FD8; Tue, 5 Jun 2018 13:57:57 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w55DvI8u024025 for ; Tue, 5 Jun 2018 09:57:18 -0400 Received: by smtp.corp.redhat.com (Postfix) id 5B35163532; Tue, 5 Jun 2018 13:57:18 +0000 (UTC) Received: from inaba.usersys.redhat.com (ovpn-204-71.brq.redhat.com [10.40.204.71]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CF63E6352A for ; Tue, 5 Jun 2018 13:57:17 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 5 Jun 2018 15:57:05 +0200 Message-Id: <20180605135706.7260-3-abologna@redhat.com> In-Reply-To: <20180605135706.7260-1-abologna@redhat.com> References: <20180605135706.7260-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 2/3] travis: Remove matrix X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Tue, 05 Jun 2018 13:57:59 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Now that we're only performing macOS builds on Travis CI, we no longer need to maintain a matrix and can flatten the configuration. Signed-off-by: Andrea Bolognani --- .travis.yml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 111d2c0927..91838e3651 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,33 +6,32 @@ branches: except: - /^.*-maint$/ =20 -matrix: - include: - - compiler: clang - os: osx - env: - - PATH=3D"/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec= :/usr/local/opt/rpcgen/bin:$PATH" - before_install: - - brew uninstall python mercurial postgis sfcgal cgal gdal - - brew update - - brew upgrade - - brew install python ccache rpcgen yajl - script: - # We can't run make distcheck/syntax-check because they - # fail on macOS, but doing 'install' and 'dist' gives us - # some useful coverage - - make -j3 && make -j3 install && make -j3 dist +os: osx +compiler: clang =20 git: submodules: true =20 env: global: + - PATH=3D"/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:/us= r/local/opt/rpcgen/bin:$PATH" - VIR_TEST_DEBUG=3D1 =20 +before_install: + - brew uninstall python mercurial postgis sfcgal cgal gdal + - brew update + - brew upgrade + - brew install python ccache rpcgen yajl + before_script: - ./autogen.sh --prefix=3D$(pwd)/install-root =20 +script: + # We can't run make distcheck/syntax-check because they + # fail on macOS, but doing 'install' and 'dist' gives us + # some useful coverage + - make -j3 && make -j3 install && make -j3 dist + after_failure: - echo '=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D' - 'ver=3D$(sed -n "s/AC_INIT(\[libvirt\], \[\([0-9.]*\)\],.*/\1/p" confi= gure.ac); --=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Thu May 2 11:58:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1528207088309516.3768619416429; Tue, 5 Jun 2018 06:58:08 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A650B3175A29; Tue, 5 Jun 2018 13:58:06 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4B08330012C2; Tue, 5 Jun 2018 13:58:06 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 9A60C1801218; Tue, 5 Jun 2018 13:58:05 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w55DvJ12024038 for ; Tue, 5 Jun 2018 09:57:19 -0400 Received: by smtp.corp.redhat.com (Postfix) id 472E66352F; Tue, 5 Jun 2018 13:57:19 +0000 (UTC) Received: from inaba.usersys.redhat.com (ovpn-204-71.brq.redhat.com [10.40.204.71]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BC44B6352A for ; Tue, 5 Jun 2018 13:57:18 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 5 Jun 2018 15:57:06 +0200 Message-Id: <20180605135706.7260-4-abologna@redhat.com> In-Reply-To: <20180605135706.7260-1-abologna@redhat.com> References: <20180605135706.7260-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 3/3] travis: Minor style tweaks X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Tue, 05 Jun 2018 13:58:07 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Group related settings together and fix indentation. Signed-off-by: Andrea Bolognani --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91838e3651..a72a6c6c42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,15 @@ +os: osx sudo: false -language: c -cache: ccache - -branches: - except: - - /^.*-maint$/ =20 -os: osx +language: c compiler: clang +cache: ccache =20 git: submodules: true +branches: + except: + - /^.*-maint$/ =20 env: global: --=20 2.17.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list