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 B9BF943ADF; Thu, 8 Feb 2024 15:32:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 484DB4028B; Thu, 8 Feb 2024 15:32:19 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 579FA40278 for ; Thu, 8 Feb 2024 15:32:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1707402737; 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: in-reply-to:in-reply-to:references:references; bh=EuwFcOYn4kp1JrBkewh95NIs8sWWQgFd9UOhHxNniuU=; b=FOfal8HT5DDiCivp5fS9vOSfYkQfJKXJDt6/s9+R4y2yt8KZJHKByhMlUpZ1ohPLbktQVX wKzBJroNtFrqJmDcuBMlJiXDFR9vFNtv0Dpcg2uI8xaAz9hYGhPUOaeN1Qnd0Uabyh0RIR UNttC8OivViO3WM7bA+Y9kHnn/tZLFY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-617-qmL7Z9SMNT-q7iEkdkputQ-1; Thu, 08 Feb 2024 09:32:14 -0500 X-MC-Unique: qmL7Z9SMNT-q7iEkdkputQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id E50F68828CA; Thu, 8 Feb 2024 14:32:13 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.9.159]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A1E8640C9444; Thu, 8 Feb 2024 14:32:13 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, Michael Santana Subject: Re: [PATCH 1/2] ci: bump tested distributions in GHA References: <20240131174437.2494815-1-david.marchand@redhat.com> Date: Thu, 08 Feb 2024 09:32:13 -0500 In-Reply-To: <20240131174437.2494815-1-david.marchand@redhat.com> (David Marchand's message of "Wed, 31 Jan 2024 18:44:35 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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 David Marchand writes: > Fedora 37 has reached end of life in December 2023. > Ubuntu 20.04 is getting quite old. > > Switch to more recent versions. > > With this move, some packages provided by those distributions are now > recent enough to extend our build coverage. > Install additional dependencies like ipsec-mb, isal and other > libbpf/libxdp devel packages. > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole