From nobody Sat May 18 10:07:47 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=1571231484; cv=none; d=zoho.com; s=zohoarc; b=c4dxuGyakNj5R6KUsZIwpwV8WyaTPV8fDW8g93QfVP0qZHYbE6GQlY9oLJwKeg8rejmhhO+Y62iz+k43jKPg1R1AZqlc5f3P0IOCezd0mDawbH3pc2d5qvFG8k99lsNzLxVdD8RltL4gGqVgPIXGhurbwexNJLOUl58m6s3iPWE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1571231484; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To; bh=t9xPvK97TbuE22dKECst5NgSUlJaJ31bn/KI0zggKW8=; b=VLUeHdnMXh3Nqigk5dYt8+5E1Y/7RXEm/VXi75aTz8mpDY9j80MrPzalSDIQkwQ2YET3YQHNdBGt/x5D8r6QWu7VsnfwJyamPgk7BUmNZpbvjcWGrWOoSWkPyLULj5+EbGoDx2QUXpqS7yyjU3IpI0Km7ystEgD/u1V5GjCNJBs= 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 157123148483020.063235337196147; Wed, 16 Oct 2019 06:11:24 -0700 (PDT) Received: from localhost ([::1]:42540 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKj5H-0001D6-O2 for importer@patchew.org; Wed, 16 Oct 2019 09:11:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54731) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKj46-0000Ev-N6 for qemu-devel@nongnu.org; Wed, 16 Oct 2019 09:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKj45-0006uM-7H for qemu-devel@nongnu.org; Wed, 16 Oct 2019 09:10:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49040) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iKj45-0006tq-0L; Wed, 16 Oct 2019 09:10:09 -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 EDA89A3CD81; Wed, 16 Oct 2019 13:10:07 +0000 (UTC) Received: from thuth.com (dhcp-200-228.str.redhat.com [10.33.200.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5335B60127; Wed, 16 Oct 2019 13:10:07 +0000 (UTC) From: Thomas Huth To: qemu-devel@nongnu.org Subject: [PATCH] gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backend Date: Wed, 16 Oct 2019 15:10:02 +0200 Message-Id: <20191016131002.29663-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, 16 Oct 2019 13:10:08 +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: qemu-trivial@nongnu.org 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 libvdeplug-dev package is required to compile-test net/vde.c. Signed-off-by: Thomas Huth --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed8067f5cf..be57c6a454 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ before_script: build-system1: script: - apt-get install -y -qq libgtk-3-dev libvte-dev nettle-dev libcacard-dev - libusb-dev libvde-dev libspice-protocol-dev libgl1-mesa-dev + libusb-dev libvde-dev libspice-protocol-dev libgl1-mesa-dev libvdepl= ug-dev - ./configure --enable-werror --target-list=3D"aarch64-softmmu alpha-soft= mmu cris-softmmu hppa-softmmu lm32-softmmu moxie-softmmu microblazeel-so= ftmmu mips64el-softmmu m68k-softmmu ppc-softmmu riscv64-softmmu sparc-soft= mmu" --=20 2.18.1