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.133.124]) by mx.groups.io with SMTP id smtpd.web10.3215.1678268944996245882 for ; Wed, 08 Mar 2023 01:49:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=JIECa/Ur; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: osteffen@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678268944; 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: content-transfer-encoding:content-transfer-encoding; bh=yUBQW7NlNQYjCG4RYT1gqK9fNyhYhEn+Z3cYkUshvx4=; b=JIECa/UrF5pL/GUzSS9GvW8t2gX7yWOoo7sOTlGsuIm3yLHHIDG6eLfnlZOJEkvg+mPsow 53lezJMfUPSC5/tmp1pUCkcKMR8ssI9hKJ+GEvA8atgJwOxKK4+nJrp53gkeLZMPCBfH43 najfRHIawHwZs9trUt0HjHdNeGJfnd0= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-614-P0AkzHNZOMGB_91r1e3zBg-1; Wed, 08 Mar 2023 04:49:00 -0500 X-MC-Unique: P0AkzHNZOMGB_91r1e3zBg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 441E33C218A8; Wed, 8 Mar 2023 09:49:00 +0000 (UTC) Received: from osteffen-laptop.redhat.com (unknown [10.39.195.92]) by smtp.corp.redhat.com (Postfix) with ESMTP id E1A442166B26; Wed, 8 Mar 2023 09:48:57 +0000 (UTC) From: "Oliver Steffen" 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?q?Pawe=C5=82=20Po=C5=82awski?= , Chris Fernald , Oliver Steffen Subject: [PATCH v1 0/1] CI: Use Fedora 37 / GCC 12 for Linux jobs Date: Wed, 8 Mar 2023 10:48:54 +0100 Message-Id: <20230308094855.1142327-1-osteffen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true Switch the CI (Linux) to use GCC 12 providied by a new Fedora 37 based container image. New container image: https://github.com/tianocore/containers/pull/60 Test PR: https://github.com/tianocore/edk2/pull/4108 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.39.2