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 77553A0032; Tue, 16 Nov 2021 15:44:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C69B411AE; Tue, 16 Nov 2021 15:44:32 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 092B241184 for ; Tue, 16 Nov 2021 15:44:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1637073870; 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=tDz/jFtp4JrwxlpbTWzptbpouvyBq3z1K3n39O4Xqcc=; b=g5z0hc9NtcdMiP8fbStUwFTt1PRYqK74a0aQav3sVPRiLQiVi9zUjzOMPYhLD5v26ZC7pZ TFv2EkxVXFFjTdJLod7+Sldhg/KI/PLs8hBLibwHtOPjDBPa+gMBiMQYV3lKRyVAitLtC0 B+CRULyIq1VbJT4vCrT5fyjiMmYpIrY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-545-m3mhkR23N1W0uNzOBu68Mg-1; Tue, 16 Nov 2021 09:44:29 -0500 X-MC-Unique: m3mhkR23N1W0uNzOBu68Mg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 12B5E5F9E7; Tue, 16 Nov 2021 14:44:28 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.9.182]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2FD5F60BF1; Tue, 16 Nov 2021 14:44:27 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com, Michael Santana Subject: Re: [PATCH] ci: add Fedora 35 container in GHA References: <20211116123102.19237-1-david.marchand@redhat.com> Date: Tue, 16 Nov 2021 09:44:26 -0500 In-Reply-To: <20211116123102.19237-1-david.marchand@redhat.com> (David Marchand's message of "Tue, 16 Nov 2021 13:31:02 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com 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: > Build DPDK with Fedora 35 containers. > Differences with the Ubuntu GHA vm images: > - tasks are run as root in containers, no need for sudo, > - compiler must be explicitly installed: clang is not in container images, > - GHA artifacts can't contain a ':' in their name, and must be filtered, > > Signed-off-by: David Marchand > --- This is awesome! Acked-by: Aaron Conole