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.9016.1687433907292104285 for ; Thu, 22 Jun 2023 04:38:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=SSKz8fO7; 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=1687433906; 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=Z4wmcXIpvq6Fzp0NGxSkmVdHYpO7GMNTj2ugaQBfFeg=; b=SSKz8fO7fs3J7ZrRuO2YpSwjbu0+9o2x6NCGpHso35O/036zjJQcrUXha3XgidoxZjsAIH 42/s5CPr+TgZO326DM0a38MWhIC6d3ZUmOYlai7xLi4vtjUxfznATeKcaq2jstk9GuibP0 AHTinY+ZlpHT60UQ3T6rMuBJp582J7Y= 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-443-kPZ4xI7eMKOISuFPJxDDXA-1; Thu, 22 Jun 2023 07:38:23 -0400 X-MC-Unique: kPZ4xI7eMKOISuFPJxDDXA-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 83BE98C5867; Thu, 22 Jun 2023 11:38:22 +0000 (UTC) Received: from osteffen-laptop.redhat.com (unknown [10.39.192.245]) by smtp.corp.redhat.com (Postfix) with ESMTP id 778994087C6D; Thu, 22 Jun 2023 11:38:20 +0000 (UTC) From: "Oliver Steffen" To: devel@edk2.groups.io Cc: Sean Brogan , Michael Kubacki , Michael D Kinney , Liming Gao , Ard Biesheuvel , Gerd Hoffmann , Chris Fernald , Oliver Steffen , Ard Biesheuvel , Michael Kubacki Subject: [PATCH v2 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Date: Thu, 22 Jun 2023 13:37:48 +0200 Message-ID: <20230622113813.178066-2-osteffen@redhat.com> In-Reply-To: <20230622113813.178066-1-osteffen@redhat.com> References: <20230622113813.178066-1-osteffen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true Use the latest Linux container image (from 2023-05-30). It uses Qemu 8.0.0 and gcc 12. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324 Signed-off-by: Oliver Steffen Acked-by: Ard Biesheuvel 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 6730a0e8e4b3..8006495580f3 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-37-test:3b3eb8f" + default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931" -- 2.41.0