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 495C5A0C41; Wed, 17 Nov 2021 18:29:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA4DA410E4; Wed, 17 Nov 2021 18:29:33 +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 A989E40040 for ; Wed, 17 Nov 2021 18:29:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1637170171; 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=zqU1CKJ9F0ARQEKsdN3nTAELBE1Vh+W0eF3Kf4UXPn4=; b=dpAV8rSz9kWgp627/RKF2BWKOEEBEfB9hsIQCcKGTf+21zInYK5Z7BM0c6CEKjouMSGGmK ArDbF54fs+2ocuxC3ihwdtf46bm+alyk6jMYMg4goh57aEmRIIRZSXwEKn9rhDhNbLYWuH 8xF+6DY5/jgjJOwn6KNN5DkC8+Wic6o= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-438-DhwhDfAkOeC-CWYZafom0g-1; Wed, 17 Nov 2021 12:29:29 -0500 X-MC-Unique: DhwhDfAkOeC-CWYZafom0g-1 Received: by mail-lf1-f71.google.com with SMTP id q26-20020ac2515a000000b0040adfeb8132so2013908lfd.9 for ; Wed, 17 Nov 2021 09:29:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zqU1CKJ9F0ARQEKsdN3nTAELBE1Vh+W0eF3Kf4UXPn4=; b=ApkU4AZnRZOQ4WhvwSeACZynX7ZEWf4C9dVlwMnM5nVY6GlOmC3xZTp02hjWVIvifl JnMsJcRTV8bgBNut89nLU3lRN9Ex7L83INoNQWUYu24fIMwgSk294+HFeXn6rU0F1DEu nhVnB28qPlkLAQWA3PmaN46UJZ7ftLdJ16AHXZVtCEAOGYofRQZoJ7hhBG2cr7PgLgKn uCF4LLsVQni3Y2KYRYUsoXUa7x3hmz2+gNT9luD6Tw9Vtrub+GwyhUOY770eIgZ90CT4 XgyrBHRKI9blAk7utLn4cdiib7x0hLrktihArlz2bQEdNQZEnStCU6fq87FSoU1LHzFi Ay/w== X-Gm-Message-State: AOAM533c7elCxbT4R3Q9AhPIOdlFtG/gvKa+eryjbsSYr7BCrWCOwZpz ARqoXoWxpQp5s0k/9XB91I1+BlPGQKthZZWJ7Q6oGppWflpK0Kj2iMIzTq8OXefd19WQi4d1jkb l/CFPiqoi57jn67bw/7c= X-Received: by 2002:ac2:42c6:: with SMTP id n6mr16427826lfl.553.1637170168345; Wed, 17 Nov 2021 09:29:28 -0800 (PST) X-Google-Smtp-Source: ABdhPJws6ys0ubK/JWETEbgQevTeVGWLIU7kZLRgy+TexfmPd842g01Wwng+0sC7ZFCAyHgsnMZoKrdcFf1+Iuh57Lo= X-Received: by 2002:ac2:42c6:: with SMTP id n6mr16427804lfl.553.1637170168099; Wed, 17 Nov 2021 09:29:28 -0800 (PST) MIME-Version: 1.0 References: <20211116123102.19237-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Wed, 17 Nov 2021 18:29:17 +0100 Message-ID: Subject: Re: [PATCH] ci: add Fedora 35 container in GHA To: Aaron Conole Cc: dev , Thomas Monjalon , "Yigit, Ferruh" , Michael Santana Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 On Tue, Nov 16, 2021 at 3:44 PM Aaron Conole wrote: > > 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 > Acked-by: Aaron Conole Unfortunately, while testing it a bit more (having it in my tree), I got some random failures when pulling container images. I suspect docker limits image pulls... but I am not sure yet. I'll have to investigate this. -- David Marchand