From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.10066.1681385633370059627 for ; Thu, 13 Apr 2023 04:33:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=UWfuAWAv; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: osteffen@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681385632; 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=BFySi/o73DQXMgj04ZDQrb/cwHbtR/gcuStMt8U/XmY=; b=UWfuAWAveiOUqEvV87KkzIyKi9tEbn2wapSaZuIvP4djBcYRyVlWBer3LBm0xqIxO8Bxkk sdhdJiFveHlqxFQKe0gGKy5tOrDcwS4eSsGJs0kmZAJPisbaXZCkqcwhWKkLTMsOhs6QMC yCKDq68biNqR+sgrZjTiVvzGzxS+SJw= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-561-9PcYUJNFOrO1jgvzSobKtQ-1; Thu, 13 Apr 2023 07:33:51 -0400 X-MC-Unique: 9PcYUJNFOrO1jgvzSobKtQ-1 Received: by mail-lf1-f71.google.com with SMTP id f14-20020a19380e000000b004eae6917b76so5880163lfa.13 for ; Thu, 13 Apr 2023 04:33:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681385629; x=1683977629; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=BFySi/o73DQXMgj04ZDQrb/cwHbtR/gcuStMt8U/XmY=; b=alJCC4NoO+WR07bcFYWuJVlgFRtT3giNnWa6pTfE5bWt4D5Y9swaXEs/8pv/SeJveo nK8qlyInGpcj7SkcouTokjQea1UH1ndPnb2Q5LQgYAwKRIwQ8Y1Nh0bjbbBPZDlPMFV8 RaW/Mn5ZoqjWC9nSKaWk6hI5po9MUVokK9JIqoym05yMBu3STuVquOhnT17PMarZFGNx 20q0LwQDL1cLAzu1rnpUnl9qkTTBbyBvADMh+kB67/Z+CU2ubZuvwvgVs/0lxafpyLN5 vDipaH+i10KBfdbsd2xCOX0ojcHaC0uG3voE8yDNEKS7A9Muef6IevQswktBr8z5qu9o uNzQ== X-Gm-Message-State: AAQBX9cTa+U3wJVkosOx/yzZP0TsuVd7ORZE5wXwpxBtsA2h4Fict2IO 8cheowXAwMNsBAe8LWqjnMYIHT6m4Zu9HcD1HYlStOEyYGv3fDKglafvqzrl+y4thhXadGFDk0G L+fDxh6C3v/0YJMnKRcOVZw44AlGnlMlOEtrupIG4 X-Received: by 2002:a2e:9dd0:0:b0:2a7:82b5:24e7 with SMTP id x16-20020a2e9dd0000000b002a782b524e7mr498697ljj.1.1681385629722; Thu, 13 Apr 2023 04:33:49 -0700 (PDT) X-Google-Smtp-Source: AKy350ZTEbpk+bXJ3M0FV+f69CxRqivu8StRzMehMuiyHsnK6qp9Q0W4DA3LTH2WsUPCInhLm8B0rHlFtfAXLZakJTg= X-Received: by 2002:a2e:9dd0:0:b0:2a7:82b5:24e7 with SMTP id x16-20020a2e9dd0000000b002a782b524e7mr498686ljj.1.1681385629354; Thu, 13 Apr 2023 04:33:49 -0700 (PDT) MIME-Version: 1.0 References: <20230413112723.18124-1-osteffen@redhat.com> In-Reply-To: <20230413112723.18124-1-osteffen@redhat.com> From: "Oliver Steffen" Date: Thu, 13 Apr 2023 13:33:38 +0200 Message-ID: Subject: Re: [PATCH v2 0/1] CI: Use Fedora-37 (gcc12) image for Linux jobs To: devel@edk2.groups.io Cc: Eric Dong , Gerd Hoffmann , Liming Gao , Michael D Kinney , Michael Kubacki , Rahul Kumar , Ray Ni , Sean Brogan , Sunil V L , =?UTF-8?B?UGF3ZcWCIFBvxYJhd3NraQ==?= , Chris Fernald X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: multipart/alternative; boundary="0000000000002b24e005f936194e" --0000000000002b24e005f936194e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Apr 13, 2023 at 1:27=E2=80=AFPM Oliver Steffen wrote: > Switch to the new Fedora-37 CI docker image, and with it to gcc12, for > Linux jobs. > > v2: > Use latest image (no relevant functional changes). > > v1: > Initial version. > > Oliver Steffen (1): > CI: Use Fedora-37 (gcc12) image for Linux jobs > > .azurepipelines/templates/defaults.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > -- > 2.40.0 > > Test PR and CI run: https://github.com/tianocore/edk2/pull/4108 --0000000000002b24e005f936194e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Thu, Apr 13, 2023 at 1:27=E2=80=AFPM Oliver Stef= fen <osteffen@redhat.com> = wrote:
Switch to= the new Fedora-37 CI docker image, and with it to gcc12, for
Linux jobs.

v2:
=C2=A0Use latest image (no relevant functional changes).

v1:
=C2=A0Initial version.

Oliver Steffen (1):
=C2=A0 CI: Use Fedora-37 (gcc12) image for Linux jobs

=C2=A0.azurepipelines/templates/defaults.yml | 2 +-
=C2=A01 file changed, 1 insertion(+), 1 deletion(-)

--
2.40.0


--0000000000002b24e005f936194e--