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.web11.51957.1680261093817026338 for ; Fri, 31 Mar 2023 04:11:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=bo6VjZtk; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680261093; 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=uZ8epP0ItKdNbKPL3n694S17B+2xLuvUvb6ziR1vBmU=; b=bo6VjZtkP/uho+D0UUceiCTR4rL7/IBtJ5wx/dnqcosR1KTFt4rVTj2IxGNUGgAOV07Hod rszLRWPcxCxMPi6CoXD7dRqc1pv3bJHlUAYrPIAEF8RywtCzfGFNGUcPZU8/WgcVa5Hh1M QVdhrUxzQTOawnVvqrvM2Dv4wnjYjWk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-279-JM7M1mQFM7afXNwoAgoebQ-1; Fri, 31 Mar 2023 07:11:29 -0400 X-MC-Unique: JM7M1mQFM7afXNwoAgoebQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EC1781064B6D; Fri, 31 Mar 2023 11:11:27 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.100]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5AAC64020C83; Fri, 31 Mar 2023 11:11:26 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 5FD4318000A3; Fri, 31 Mar 2023 13:11:24 +0200 (CEST) Date: Fri, 31 Mar 2023 13:11:24 +0200 From: "Gerd Hoffmann" To: Oliver Steffen Cc: devel@edk2.groups.io, Eric Dong , Liming Gao , Michael D Kinney , Michael Kubacki , Rahul Kumar , Ray Ni , Sean Brogan , Sunil V L , =?utf-8?Q?Pawe=C5=82_Po=C5=82awski?= , Chris Fernald Subject: Re: [RESEND v1 0/1] CI: Use Fedora 37 / GCC 12 for Linux jobs Message-ID: References: <20230314152114.156566-1-osteffen@redhat.com> MIME-Version: 1.0 In-Reply-To: <20230314152114.156566-1-osteffen@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 14, 2023 at 04:21:13PM +0100, Oliver Steffen wrote: > 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 PING CI maintainers. It got three reviews and no concerns raised. Can we please get this merged? The riscv folks need gcc-12 in CI to make progress. thanks, Gerd