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 021C8A0508; Mon, 9 May 2022 09:42:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E554C40691; Mon, 9 May 2022 09:42:25 +0200 (CEST) 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 16DD44068F for ; Mon, 9 May 2022 09:42:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652082144; 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=F+1nuQStlVtHPmcGfAfEYnEhYNKKwO2WRGkCB15CS6w=; b=UKz6cQzl65CQJxJvwlGYdeuE14QTnU2iK/ghrdU/BOVCZFtWfy9GbUOY8J4y7ttienQzZl /NSuHAFnhtdPrgWywLcX45NWb9sJ5C7wYsoJwy4R4AuUTk23SnLjXKPUHGe/gU+m8z4JTI FKdn2UOfhfSwoy/38BvFo4K2Dl24NsI= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-312-ZGJKv-3XPnme22-czwFIjw-1; Mon, 09 May 2022 03:42:23 -0400 X-MC-Unique: ZGJKv-3XPnme22-czwFIjw-1 Received: by mail-lj1-f197.google.com with SMTP id m5-20020a2e8705000000b0024f0fca4516so3875962lji.3 for ; Mon, 09 May 2022 00:42:23 -0700 (PDT) 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=F+1nuQStlVtHPmcGfAfEYnEhYNKKwO2WRGkCB15CS6w=; b=0rBsKUtQwBmZloMLZmRXdGx9bDzww4Vh/vqSLKgC8S3qQoe9GS/ZsL6DQGENWNgnRK 87lkCbBSQsyzOKspW+ZMERi03iXupCAeql0tzWTEmuRs0aGgHpIBHxWJ15HB15SNQOSg Vda81PC4qgkkZwP7JkUDdomoxISAU9bR3JSt0FDxNXvq6rOsEMuqg3gwj7Nh1ZG76ydT hziujl5ON2Nq7hgBI38iS1HFDpw1/BrKmD5DkRQ76wiOMo+97/0XSnE7L9jCmO5UOxA6 B8lpY6Uwtpoi+F+55QxbtGR0UnEauI3Ycq5EBFAy6PLXs7m4hM4eR/3JxxKft++YRoRT mHgg== X-Gm-Message-State: AOAM533tETHR/43Na9QgiLQchxv3jMkh6sb+bDnXHLCU4Rmw7n5zxFAB Df3h15zduDl8hBxGmNlrk0C/a63EfbJVBYvcfttV03fqUBTIefdmsMw+hlhsljw06hYiNPEXyN0 yDwbuLVnZRn9yl3tLcM4= X-Received: by 2002:a05:6512:3183:b0:473:dffc:18ac with SMTP id i3-20020a056512318300b00473dffc18acmr11382701lfe.217.1652082141880; Mon, 09 May 2022 00:42:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxlDGvww2LRQZSsj5MZKOTDVrX62DnnksZ74yOtnDIhsRavRKSy9FhDrn+52jqufw5DzrbletnXkI4hMJkkm+c= X-Received: by 2002:a05:6512:3183:b0:473:dffc:18ac with SMTP id i3-20020a056512318300b00473dffc18acmr11382693lfe.217.1652082141627; Mon, 09 May 2022 00:42:21 -0700 (PDT) MIME-Version: 1.0 References: <20220426071828.1810-1-david.marchand@redhat.com> <20220506115736.8492-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Mon, 9 May 2022 09:42:10 +0200 Message-ID: Subject: Re: [PATCH v2 1/2] ci: switch to Ubuntu 20.04 To: Ruifeng Wang , Aaron Conole Cc: "dev@dpdk.org" , Michael Santana , Jan Viktorin , Bruce Richardson , David Christensen , nd 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 Sat, May 7, 2022 at 5:37 AM Ruifeng Wang wrote: > > > -----Original Message----- > > From: David Marchand > > Sent: Friday, May 6, 2022 7:58 PM > > To: dev@dpdk.org > > Cc: Aaron Conole ; Michael Santana > > ; Ruifeng Wang ; > > Jan Viktorin ; Bruce Richardson > > ; David Christensen > > Subject: [PATCH v2 1/2] ci: switch to Ubuntu 20.04 > > > > Ubuntu 18.04 is now rather old. > > Besides, other entities in our CI are also testing this distribution. > > > > Switch to a newer Ubuntu release and benefit from more recent > > tool(chain)s: for example, net/cnxk now builds fine and can be re-enabled. > > > > Note: Ubuntu 18.04 and 20.04 seem to preserve the same paths for the ARM > > and PPC cross compilation toolchains, so we can use a single configuration file > > (with the hope, future releases of Ubuntu will do the same). > > > > Signed-off-by: David Marchand > > Acked-by: Aaron Conole Reviewed-by: Ruifeng Wang > > --- > > Changes since v1: > > - renamed ubuntu cross compilation configs for ARM and PPC, I had forgotten to amend the patch with links for the older config files. I fixed it. Thanks for the reviews, series applied. -- David marchand