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.11804.1678807324146514220 for ; Tue, 14 Mar 2023 08:22:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=U9lv4qB0; 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=1678807323; 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: in-reply-to:in-reply-to:references:references; bh=o8renuex4lg5TFkUUWGl4KCOeZ31mbSh4pZKQQ6j6J4=; b=U9lv4qB0y6xM9UWtjyvNQIP+Zltzafm8fEAkFYnDNH9zs2DcvNwUKksO85KWHsMzoB/lRv jehZs4Z8bQ6wC2iO00r6VZkNpnY9w6qCaaU1yXpGoAZsVenNS3THIMDyrgnBD/xI1Hzk5F apnwRfR/im3kewi5GZ8jem5ooTQA948= 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-155-YLcDJy64P4S4sqE2S41SQQ-1; Tue, 14 Mar 2023 11:22:02 -0400 X-MC-Unique: YLcDJy64P4S4sqE2S41SQQ-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 27AF8100F90D; Tue, 14 Mar 2023 15:22:01 +0000 (UTC) Received: from osteffen-laptop.redhat.com (unknown [10.39.193.107]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7AD1A51FF; Tue, 14 Mar 2023 15:21:58 +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 , Michael Kubacki Subject: [RESEND v1 1/1] CI: Use Fedora-37 (gcc12) image for Linux jobs Date: Tue, 14 Mar 2023 16:21:14 +0100 Message-Id: <20230314152114.156566-2-osteffen@redhat.com> In-Reply-To: <20230314152114.156566-1-osteffen@redhat.com> References: <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 to the new Fedora-37 CI docker image, and with it to gcc12, for Linux jobs. Signed-off-by: Oliver Steffen Reviewed-by: Sunil V L Reviewed-by: Michael Kubacki --- .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 74d6b417839d..190d9a09d2a7 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-35-test:47addc9" + default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:14d2aba" -- 2.39.2