From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.26674.1685610492658008143 for ; Thu, 01 Jun 2023 02:08:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=BZTkxpZf; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 345D664236 for ; Thu, 1 Jun 2023 09:08:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97605C433A0 for ; Thu, 1 Jun 2023 09:08:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685610491; bh=etnI43/2vCs+moaA2RVInG/G5pVlgAdgfpz06iFTynA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=BZTkxpZf+wROuXoeR5AHw2WyUGiuX+zu5LXtjshXqtYdjCQMq33IuSgnerKai0QNE Z6iX+sWMbkvOwAL+xw9R+x/vXH143SSAQtT/g7LHtndSnrXr1RcFqeaZ8D1ojoxHpE dZBvLXrVDFsq5PO7NZnmHbkDzsir98o/pXKyL/w5hX9TU3wqWB5dv+CpOHq+UKetzd v/onBlKIBGwu6FIJLjxoIvtJvwUBHNI7tqAqRIY7NYg9RhfYRoU2HomHUCegJLD/jS 3XszxG/0pRrOmokSYW5i1lOWED50FI01vuSqY35KEvshuL/26S9l3VHvbRsTu5Ltir 5f7fL107gwReQ== Received: by mail-lj1-f173.google.com with SMTP id 38308e7fff4ca-2af1ae3a21fso7863721fa.0 for ; Thu, 01 Jun 2023 02:08:11 -0700 (PDT) X-Gm-Message-State: AC+VfDxJYX4iGV+OjhTIrBvp3dejuTm2uRi4mrSL8c2IcHw7Aq2JQ/jp 690WUxMTjoLmabND+AoLqQ3l0nig9U9akVPrpaI= X-Google-Smtp-Source: ACHHUZ5kFZDqJbf1d+RY9+y4qWAM0BMGdiz/q5yD2bsztVnTdLczO6FCJaSnjl3EjU+RmpMKAC0JXKef3DGv12AJw5Y= X-Received: by 2002:a2e:84d7:0:b0:2ad:bedc:995b with SMTP id q23-20020a2e84d7000000b002adbedc995bmr4341046ljh.16.1685610489650; Thu, 01 Jun 2023 02:08:09 -0700 (PDT) MIME-Version: 1.0 References: <20230601090507.27434-1-osteffen@redhat.com> In-Reply-To: <20230601090507.27434-1-osteffen@redhat.com> From: "Ard Biesheuvel" Date: Thu, 1 Jun 2023 11:07:58 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) To: Oliver Steffen Cc: devel@edk2.groups.io, Sean Brogan , Michael Kubacki , Michael D Kinney , Liming Gao , Ard Biesheuvel , Gerd Hoffmann , Chris Fernald Content-Type: text/plain; charset="UTF-8" On Thu, 1 Jun 2023 at 11:05, Oliver Steffen wrote: > > Use the latest Linux container image (from 2023-05-30). > It uses Qemu 8.0.0 and gcc 12. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324 > > > Signed-off-by: Oliver Steffen Acked-by: Ard Biesheuvel > --- > PR: https://github.com/tianocore/edk2/pull/4460 > --- > .azurepipelines/templates/defaults.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml > index 6730a0e8e4b3..8006495580f3 100644 > --- a/.azurepipelines/templates/defaults.yml > +++ b/.azurepipelines/templates/defaults.yml > @@ -9,4 +9,4 @@ > > variables: > default_python_version: ">=3.10.6" > - default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:3b3eb8f" > + default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931" > -- > 2.40.1 >