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.9955.1681385266802167499 for ; Thu, 13 Apr 2023 04:27:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=cHCljk05; 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=1681385265; 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=JIWN/oZYC0/iiA0B65mECNS226fisdfUbm5vxFHVT6E=; b=cHCljk05P2E2ITlEAnQRnuua39k5NSp8LbzGYqewuao7P5eo0R+jKuVV5FSjddlBw0ATCd Sm4LZBexjD+oAWLg+l3BVU1y7ySMP3ksy7/ShkLLta1+V7klzBg3DQaiYlTPqrW4GhV+oM uMX9MrbqXq2+Hc207zn0B/NYebC4jBw= 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-573-RtQlGEtaMUulYf1SxHGPdw-1; Thu, 13 Apr 2023 07:27:40 -0400 X-MC-Unique: RtQlGEtaMUulYf1SxHGPdw-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 F375C1C04328; Thu, 13 Apr 2023 11:27:39 +0000 (UTC) Received: from osteffen-laptop.redhat.com (unknown [10.39.195.81]) by smtp.corp.redhat.com (Postfix) with ESMTP id DFC592166B29; Thu, 13 Apr 2023 11:27:37 +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 , Rebecca Cran Subject: [PATCH v2 1/1] CI: Use Fedora-37 (gcc12) image for Linux jobs Date: Thu, 13 Apr 2023 13:27:23 +0200 Message-Id: <20230413112723.18124-2-osteffen@redhat.com> In-Reply-To: <20230413112723.18124-1-osteffen@redhat.com> References: <20230413112723.18124-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 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 Reviewed-by: Rebecca Cran --- .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..6730a0e8e4b3 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:3b3eb8f" -- 2.40.0