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.web11.26643.1685610322695304759 for ; Thu, 01 Jun 2023 02:05:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Bgy5K7Kr; 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=1685610321; 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=5AUaZosWpFl8dlqCTZe6Zv7/JVr41Zlw3sUlvLwgV9I=; b=Bgy5K7KrRURgpLoMOaTdTkQ1K3vlpxHLWt4UKphC4aTKD9PUdQUAPaRw8r0w00cjsX8asb j6pa+9u5ZWTh7FjREO68rak+9/TCiBIDyykw2hEEHC6R3XEpSYgrblTF9pEgdnZ2KMQ6+u 79Az3mjTDxZwMvNGWIQzX8uqeoeC5qg= 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-472-JsqOjj5xPdif8Rc7Irk7bQ-1; Thu, 01 Jun 2023 05:05:18 -0400 X-MC-Unique: JsqOjj5xPdif8Rc7Irk7bQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D30FE28135A0; Thu, 1 Jun 2023 09:05:17 +0000 (UTC) Received: from osteffen-laptop.redhat.com (unknown [10.45.226.94]) by smtp.corp.redhat.com (Postfix) with ESMTP id 60F1E140E962; Thu, 1 Jun 2023 09:05:16 +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 Subject: [PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Date: Thu, 1 Jun 2023 11:05:07 +0200 Message-Id: <20230601090507.27434-1-osteffen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 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 --- PR: https://github.com/tianocore/edk2/pull/4460 --- .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.40.1