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.11803.1678807323558457374 for ; Tue, 14 Mar 2023 08:22:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=K55TTVGM; 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=1678807322; 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=7uyJ7nkWGdBPjyDGnSlBqhzSvSwQcLgIAkltM2FW5hI=; b=K55TTVGMthmNUNGXfs3Wjmj0weaCBkbhTYFct4MorCiJYs8Lv1VjPJQEh8PwUj0IFKIwf5 e/CkAONWYkamos0X5lwjsdQtjvGxjXvX7eUwFg9uEDSBWviKAOYVRJLFccM2WSwq3ho0HF DFZYODqOdGwJH74x3RKx/6dhq4UsST4= 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-558-SWw6m8kJOtW-0iPiAd7jzQ-1; Tue, 14 Mar 2023 11:21:59 -0400 X-MC-Unique: SWw6m8kJOtW-0iPiAd7jzQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 41ADC3C0F685; Tue, 14 Mar 2023 15:21:58 +0000 (UTC) Received: from osteffen-laptop.redhat.com (unknown [10.39.193.107]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0F36B51FF; Tue, 14 Mar 2023 15:21:54 +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: [RESEND v1 0/1] CI: Use Fedora 37 / GCC 12 for Linux jobs Date: Tue, 14 Mar 2023 16:21:13 +0100 Message-Id: <20230314152114.156566-1-osteffen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 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