From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C7BEB45CF5; Tue, 12 Nov 2024 15:01:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 318E142E8B; Tue, 12 Nov 2024 15:01:35 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id E75A742E90 for ; Tue, 12 Nov 2024 15:01:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1731420092; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dhvxicW9lYHcMscmUmvy6U+uYS/GtM9mMmJFRhh4kdY=; b=Ai9TCLbyyqApr2rkyezEmtHGf8XBJ+HMZtUsvAaUa5Da5T9nFYPAAYyUIFgpteZrHvgWML jS6aobxe9fDkIvJLfS0D8wih8EikjESVNjB/dbV6L0K86t4Oao226GmfpyGDSbdB5WNmSJ MVekBrPlc7VYoIUp/LY0q/jfZlHXF2A= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-556-DETxHwoGPwylleFwrlFVDQ-1; Tue, 12 Nov 2024 09:01:30 -0500 X-MC-Unique: DETxHwoGPwylleFwrlFVDQ-1 X-Mimecast-MFC-AGG-ID: DETxHwoGPwylleFwrlFVDQ Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id CD8661955DCE; Tue, 12 Nov 2024 14:01:28 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.224.218]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 37ED81955F40; Tue, 12 Nov 2024 14:01:26 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, Aaron Conole , Michael Santana Subject: [PATCH v2 2/2] ci: install libvirt Date: Tue, 12 Nov 2024 15:01:06 +0100 Message-ID: <20241112140107.1916734-2-david.marchand@redhat.com> In-Reply-To: <20241112140107.1916734-1-david.marchand@redhat.com> References: <20241112103454.1543861-1-david.marchand@redhat.com> <20241112140107.1916734-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: KVmkfxS4d3VclC5UhvseW01TWlk_oY74Xc_no81CNcg_1731420089 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Install libvirt so that vm_power_manager example compilation is tested. Signed-off-by: David Marchand --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7d3affbaa..067862d96a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: - name: Install packages run: sudo apt install -y ccache libarchive-dev libbsd-dev libbpf-dev libfdt-dev libibverbs-dev libipsec-mb-dev libisal-dev libjansson-dev - libnuma-dev libpcap-dev libssl-dev ninja-build pkg-config python3-pip + libnuma-dev libpcap-dev libssl-dev libvirt-dev ninja-build pkg-config python3-pip python3-pyelftools python3-setuptools python3-wheel zlib1g-dev - name: Install libabigail build dependencies if no cache is available if: env.ABI_CHECKS == 'true' && steps.libabigail-cache.outputs.cache-hit != 'true' @@ -196,8 +196,8 @@ jobs: if: steps.image_cache.outputs.cache-hit != 'true' run: docker exec -i dpdk dnf install -y ccache intel-ipsec-mb-devel isa-l-devel jansson-devel libarchive-devel libatomic libbsd-devel - libbpf-devel libfdt-devel libpcap-devel libxdp-devel ninja-build - numactl-devel openssl-devel python3-pip python3-pyelftools + libbpf-devel libfdt-devel libpcap-devel libvirt-devel libxdp-devel + ninja-build numactl-devel openssl-devel python3-pip python3-pyelftools python3-setuptools python3-wheel rdma-core-devel zlib-devel - name: Save image in cache if: steps.image_cache.outputs.cache-hit != 'true' @@ -271,8 +271,8 @@ jobs: - name: Install packages run: docker exec -i dpdk dnf install -y ccache intel-ipsec-mb-devel isa-l-devel jansson-devel libarchive-devel libatomic libbsd-devel - libbpf-devel libfdt-devel libpcap-devel libxdp-devel ninja-build - numactl-devel openssl-devel python3-pip python3-pyelftools + libbpf-devel libfdt-devel libpcap-devel libvirt-devel libxdp-devel + ninja-build numactl-devel openssl-devel python3-pip python3-pyelftools python3-setuptools python3-wheel rdma-core-devel zlib-devel ${{ matrix.config.compiler }} - name: Run setup -- 2.47.0