From nobody Fri Apr 26 08:13:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1570652281; cv=none; d=zoho.com; s=zohoarc; b=A929LYS/Hi1e2K0HMue3jpWdg1aDhs41lxDj2zkHNRvXCZRQgS+5GsC4gJHerAtFySW8jaAbXmAbR7Criwu+6V6RD6piQznvo6u49jT5DJDQ/xeaGtU9oNdni2WkyxwNOLZJQ0w/hLEx6nr1VTKqyln3nzhuD7QgjMuxkrCJicA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570652281; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=c0vGDHfseb34zhIEzkHS4bYS7BU8mr6bhzxP9r8dJrw=; b=X2GcqyxxbuTwINR0nEB9edycWzqLPnH8tulZchf7NuxnQNfmsyZWyx642mxUNxCrhZenbdAbyA8kRQkSuJdyHJFMJ7qVx+N8yKrLlB+BRhWVOCKap0GdH3RRnTo0xQPJ7p6W8XorA2RWNFNcv3t1UjCLwZeFoWlq/9JpsQ1jIKE= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1570652281133740.9892906411792; Wed, 9 Oct 2019 13:18:01 -0700 (PDT) Received: from localhost ([::1]:56720 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIIPF-0008K1-J0 for importer@patchew.org; Wed, 09 Oct 2019 16:17:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59469) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIFQf-0002AG-8N for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIFQe-00044U-7T for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46582) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIFQe-00043N-1z for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:12 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4AB13315C005; Wed, 9 Oct 2019 17:07:11 +0000 (UTC) Received: from thuth.com (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3940860167; Wed, 9 Oct 2019 17:07:09 +0000 (UTC) From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [PATCH 1/5] travis.yml: Add libvdeplug-dev to compile-test net/vde.c Date: Wed, 9 Oct 2019 19:06:57 +0200 Message-Id: <20191009170701.14756-2-thuth@redhat.com> In-Reply-To: <20191009170701.14756-1-thuth@redhat.com> References: <20191009170701.14756-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Wed, 09 Oct 2019 17:07:11 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Peter Maydell , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" This library is needed to compile the VDE network backend. Signed-off-by: Thomas Huth --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d0b9e099b9..63328387f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ addons: - libssh-dev - liburcu-dev - libusb-1.0-0-dev + - libvdeplug-dev - libvte-2.91-dev - sparse - uuid-dev --=20 2.18.1 From nobody Fri Apr 26 08:13:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1570651954; cv=none; d=zoho.com; s=zohoarc; b=AsdKb1Z0g/gWC26FWsrsln+RjyD7kRFxCcIN92OgDNzj03D/XuspJHMUf55+2nalyUvzVwreElby6wGuQ9gb6xCq8t4/B66Jyf35t3X8I3Oz1TtDD1pgQUS4K+uzxclr0irq1y8VTYgcsOdHUtzyWOKT/x2CKk1Lzbr8Q2HCYnM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570651954; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=Fjou1fDVsDI1HQ1eB8/J1fjkhk+dkhtA1xnApkISN+0=; b=oDi2F92pipCVETdBwhSMK0Aeuw7GBGQXCdGpfrHPS3tOB/0FHDUwKEfeX8zMIsUMpsKXlitdndWx3lKnZSxPubCuPmNIqJlC7d3ywt+I3z9mPRb1EySlkatXMrPYh+/wYy4DXmH99N3BCoMu1Li6ja3XufrvsuBJat+/Nczslk0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1570651954511209.8840194599136; Wed, 9 Oct 2019 13:12:34 -0700 (PDT) Received: from localhost ([::1]:56650 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIIK0-0003jd-Vm for importer@patchew.org; Wed, 09 Oct 2019 16:12:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59487) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIFQj-0002FP-Ag for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIFQh-0004Aq-92 for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33022) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIFQh-00049c-3Z for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:15 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5A996309B689; Wed, 9 Oct 2019 17:07:14 +0000 (UTC) Received: from thuth.com (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by smtp.corp.redhat.com (Postfix) with ESMTP id A7C7860167; Wed, 9 Oct 2019 17:07:11 +0000 (UTC) From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [PATCH 2/5] travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image Date: Wed, 9 Oct 2019 19:06:58 +0200 Message-Id: <20191009170701.14756-3-thuth@redhat.com> In-Reply-To: <20191009170701.14756-1-thuth@redhat.com> References: <20191009170701.14756-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Wed, 09 Oct 2019 17:07:14 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Peter Maydell , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" We've removed support for SDL 1.2 quite a while ago already, so let's use SDL 2 now in Travis to get test coverage for SDL again. And while we're at it, also add libsdl2-image-dev which can be used by QEMU nowadays, too. Signed-off-by: Thomas Huth --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63328387f6..e21b9ad666 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,8 @@ addons: - libpixman-1-dev - libpng12-dev - librados-dev - - libsdl1.2-dev + - libsdl2-dev + - libsdl2-image-dev - libseccomp-dev - libspice-protocol-dev - libspice-server-dev @@ -308,7 +309,8 @@ matrix: - libpixman-1-dev - libpng12-dev - librados-dev - - libsdl1.2-dev + - libsdl2-dev + - libsdl2-image-dev - libseccomp-dev - libspice-protocol-dev - libspice-server-dev --=20 2.18.1 From nobody Fri Apr 26 08:13:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1570649737; cv=none; d=zoho.com; s=zohoarc; b=MbXz7N/q0GEtffKSfBGEMnPWEU/W3oyOM13U1siXsuxtJCWnYXZKdaB6U7Dnowlr7gosimRzGd8ZHBm6v6T9KbiYQ2lu7/fLPH+J0v13smZmCSGJMNIZksqjUiUpMjfgIBXnfygZXZtsvsf/a42KCJh5EorJFe+vbzWRTg9mdAg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570649737; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=KMLjlq3/is7acKxOXIBc7zTJTE842NjMEeovP6lNOR4=; b=Dth5NwxSYDSzIqO8TmZLxzoaPF1x0N5MoYFMzpS4JeNFtujx9BdTXFA5hph8ZZQmxO2PFvPb/6srOCIoowVkA69ocrD2JytwtwlIvdKhLNKx1pQrMazPM9DcdqW1X7TLoaJRAZr9rkszCA3ks54PrQ6DIvyiXkDNhqR1QoxZ54c= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1570649737152765.094544092679; Wed, 9 Oct 2019 12:35:37 -0700 (PDT) Received: from localhost ([::1]:55548 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIHkD-0002Xd-DE for importer@patchew.org; Wed, 09 Oct 2019 15:35:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59497) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIFQk-0002Gl-4a for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIFQj-0004Cm-56 for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43062) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIFQi-0004Bv-VJ for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:17 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 317743086218; Wed, 9 Oct 2019 17:07:16 +0000 (UTC) Received: from thuth.com (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by smtp.corp.redhat.com (Postfix) with ESMTP id AC7A760167; Wed, 9 Oct 2019 17:07:14 +0000 (UTC) From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [PATCH 3/5] travis.yml: Use newer version of libgnutls and libpng Date: Wed, 9 Oct 2019 19:06:59 +0200 Message-Id: <20191009170701.14756-4-thuth@redhat.com> In-Reply-To: <20191009170701.14756-1-thuth@redhat.com> References: <20191009170701.14756-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Wed, 09 Oct 2019 17:07:16 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Peter Maydell , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" libgnutls-dev and libpng12-dev are not available in newer versions of Ubuntu anymore, so installing these packages fails e.g. in the new arm64 containers on Travis. Let's use newer versions of these packages by default instead. (The old versions still get tested in the "gcc-9" build). Signed-off-by: Thomas Huth --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e21b9ad666..616e59867a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ addons: - libcap-dev - libcap-ng-dev - libgcc-4.8-dev - - libgnutls-dev + - libgnutls28-dev - libgtk-3-dev - libiscsi-dev - liblttng-ust-dev @@ -37,7 +37,7 @@ addons: - libnfs-dev - libnss3-dev - libpixman-1-dev - - libpng12-dev + - libpng-dev - librados-dev - libsdl2-dev - libsdl2-image-dev --=20 2.18.1 From nobody Fri Apr 26 08:13:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1570652532; cv=none; d=zoho.com; s=zohoarc; b=EDqRIxjiqoSlN13XbMIUaSY9pGRQOHSdXwNhFJ55CVi1d5gzmTUpeVn6uNmpAuFZlohpnDDwqPKC/bZa+T0Me2IRun8Ov1eMDZDmKFFZxZWlvup7gCg0aRqyCMomPubKt88ymbvF0AWo8IuexsjTgW+ib7pfigCMRcN6sjXwWTo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570652532; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=OA1RXiIdUtUsO9uhmAYPBhA5XH+p1M7eD9dwKrpRbhk=; b=KPXadBNDIGT1ReMMxRUVneiQmu/BYNz/Sp6f0FoXfyFbv5OP38YIpiSGZELRGlyEXkSlPBSUgm6OQhs4/RpIbTm3YaQp6pQQVSkwggp1Y7leFNO+eqhIeGTBcBiD+RMbN4tW3GD9r9n/j8qEHjUepObAGz/XmMi6J+2AaMVVMRM= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1570652532320143.2578203809337; Wed, 9 Oct 2019 13:22:12 -0700 (PDT) Received: from localhost ([::1]:56790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIITK-0004Ap-4f for importer@patchew.org; Wed, 09 Oct 2019 16:22:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59512) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIFQm-0002LH-Ce for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIFQl-0004Fo-2T for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56194) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIFQk-0004Ex-TP for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:19 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 11C6C3082E72; Wed, 9 Oct 2019 17:07:18 +0000 (UTC) Received: from thuth.com (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by smtp.corp.redhat.com (Postfix) with ESMTP id 93AF060167; Wed, 9 Oct 2019 17:07:16 +0000 (UTC) From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [PATCH 4/5] travis.yml: Fix the ccache lines Date: Wed, 9 Oct 2019 19:07:00 +0200 Message-Id: <20191009170701.14756-5-thuth@redhat.com> In-Reply-To: <20191009170701.14756-1-thuth@redhat.com> References: <20191009170701.14756-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Wed, 09 Oct 2019 17:07:18 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Peter Maydell , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The "command -v ccache && ccache ..." likely were supposed to test the availability of ccache before running the program. But this shell construct causes Travis to abort if ccache is not available. Use an if-statement instead to fix this problem. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 616e59867a..0c88e8757b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,13 +91,13 @@ git: =20 before_script: - if [ "$TRAVIS_OS_NAME" =3D=3D "osx" ] ; then export PATH=3D"/usr/local= /opt/ccache/libexec:$PATH" ; fi - - command -v ccache && ccache --zero-stats + - if command -v ccache ; then ccache --zero-stats ; fi - mkdir -p ${BUILD_DIR} && cd ${BUILD_DIR} - ${SRC_DIR}/configure ${BASE_CONFIG} ${CONFIG} || { cat config.log && e= xit 1; } script: - make -j3 && travis_retry ${TEST_CMD} after_script: - - command -v ccache && ccache --show-stats + - if command -v ccache ; then ccache --show-stats ; fi =20 =20 matrix: --=20 2.18.1 From nobody Fri Apr 26 08:13:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1570652207; cv=none; d=zoho.com; s=zohoarc; b=nLis3J/Pg34ItdZST3AsBjHXVxlN0+7R5qBVVaT7Y4qelYXI8el7RJ5wts+qlgeuPsd5Ozzb/hj3dIfRZMMSEykU87kDFHLkOvOuaTgV0OdYCRid7RjMCtihOfkRkjS8WU4Tokag4LSNnM0y1ABy8Qq1SmgQPGg6k+WOGQtyUgE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570652207; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=gC5Ly6M03sD0dDNIkTG9uZy13wtgtO7Kv6txM/Clnck=; b=FQi5XtGGqzm5vUsBpa702fyFSqZKM+M8mk+eK5SLVhupaqvtPw3EjQXHNhBMtsduB0Zz/4d9v87BTxKZOcHL2bZ55RPtinJOEjPZXBuuTMi6bjgKcEwyMf0ATXxXZ3otwECuiAKRx9Ox2SMglhdb7uhmN312/sZTp5FCgrlFeo4= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1570652207706951.2269438104104; Wed, 9 Oct 2019 13:16:47 -0700 (PDT) Received: from localhost ([::1]:56680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIIO3-0007Iy-BI for importer@patchew.org; Wed, 09 Oct 2019 16:16:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59526) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIFQo-0002OA-3j for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIFQm-0004KV-T1 for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54422) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIFQm-0004Iw-NX for qemu-devel@nongnu.org; Wed, 09 Oct 2019 13:07:20 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DCFF1A44AC6; Wed, 9 Oct 2019 17:07:19 +0000 (UTC) Received: from thuth.com (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6E0BA60167; Wed, 9 Oct 2019 17:07:18 +0000 (UTC) From: Thomas Huth To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [PATCH 5/5] travis.yml: Compile on arm64, too Date: Wed, 9 Oct 2019 19:07:01 +0200 Message-Id: <20191009170701.14756-6-thuth@redhat.com> In-Reply-To: <20191009170701.14756-1-thuth@redhat.com> References: <20191009170701.14756-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.68]); Wed, 09 Oct 2019 17:07:19 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Peter Maydell , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Travis now features an arm64 build host, so let's check compilation there, too. Unfortunately, there are some quirks: - block/ssh.c does not compile properly in this environment, so we have to use --disable-libssh until that problem is fixed. - test-util-filemonitor fails, so we can not run the unit tests there - The file system size seems to be very limited, so the iotest tests can't be used and the hd-geo-test fails (thus we can't compile x86_64-softmmu here and run "check-qtest" afterwards) - Compiling seems to be quite a bit slower than on the x86 builders, so we better limit the target list to some few architectures. Signed-off-by: Thomas Huth --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0c88e8757b..357ca02890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -342,3 +342,9 @@ matrix: - CONFIG=3D"--target-list=3Dxtensa-softmmu,arm-softmmu,aarch64-sof= tmmu,alpha-softmmu" - TEST_CMD=3D"make -j3 check-tcg V=3D1" - CACHE_NAME=3D"${TRAVIS_BRANCH}-linux-gcc-default" + + # Non-x86 builds: + - env: + - CONFIG=3D"--disable-libssh --target-list=3Daarch64-softmmu,ppc64= -softmmu,s390x-softmmu,x86_64-linux-user" + - TEST_CMD=3D"make check-qtest check-softfloat -j3 V=3D1" + arch: arm64 --=20 2.18.1