From nobody Mon May 6 07:10:13 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=1567682345; cv=none; d=zoho.com; s=zohoarc; b=PPLi3yC2er/5p9oGFZxxz6OKfcA/uro71Khd/u82GHUPF/dstxmp+DEXO20ayRFfscpMLu14pFTZwzw5S4vOEDzpifGtuE2tooaWmiZdlsHAoy7wyT1tj9jtYx5uc8FV1Tf01X9E/sMm6HHfuTkk/1J+igFhsetdKjvqoUlBQ4c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1567682345; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=9pspRG+qyjVd2RZDQK5gWG7wu7HYd6ihQ4VtxT8E2tE=; b=O/gz2wP4U1EjBaGjr2n2pXJNuZqgxnPbciadncrirJ3bmvtLpkZ0mRDZedcGxTp54b4nmxbxZS2iSrOe5B3rOpn8PEJoe+WFGown37BBV3CoG2ir/DVL3Oz293hudmZYF7SMMmOdmbPuwKfm221Y4MNYfp2hMGJpsC0IOxWO7k8= 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 1567682345694404.6920443397089; Thu, 5 Sep 2019 04:19:05 -0700 (PDT) Received: from localhost ([::1]:44681 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5pn6-0002aQ-1a for importer@patchew.org; Thu, 05 Sep 2019 07:19:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50129) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5plh-0001aF-4s for qemu-devel@nongnu.org; Thu, 05 Sep 2019 07:17:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5plf-0002kN-3P for qemu-devel@nongnu.org; Thu, 05 Sep 2019 07:17:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46632) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i5ple-0002kA-UR for qemu-devel@nongnu.org; Thu, 05 Sep 2019 07:17:35 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DCE0110C697C; Thu, 5 Sep 2019 11:17:33 +0000 (UTC) Received: from thuth.com (ovpn-116-96.ams2.redhat.com [10.36.116.96]) by smtp.corp.redhat.com (Postfix) with ESMTP id DD59E5D712; Thu, 5 Sep 2019 11:17:32 +0000 (UTC) From: Thomas Huth To: Greg Kurz , qemu-devel@nongnu.org Date: Thu, 5 Sep 2019 13:17:29 +0200 Message-Id: <20190905111729.1197-1-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.65]); Thu, 05 Sep 2019 11:17:33 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] gitlab-ci.yml: Install libattr1-dev and libcap-dev to test virtio-9p 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: =?UTF-8?q?Alex=20Benn=C3=A9e?= 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" So far the gitlab-ci was not testing virtio-9p yet, since we did not install libattr1-dev and libcap-dev in any of the pipelines. Do it now to get some more test coverage. Signed-off-by: Thomas Huth Acked-by: Greg Kurz --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd4c03372b..ed8067f5cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ build-user: =20 build-clang: script: - - apt-get install -y -qq clang libsdl2-dev + - apt-get install -y -qq clang libsdl2-dev libattr1-dev libcap-dev xfslibs-dev libiscsi-dev libnfs-dev libseccomp-dev gnutls-dev librbd= -dev - ./configure --cc=3Dclang --cxx=3Dclang++ --enable-werror --target-list=3D"alpha-softmmu arm-softmmu m68k-softmmu mips64-softm= mu --=20 2.18.1