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.9098.1687433907055263414 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=YTHGkBYW; 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=1687433905; 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=BHTT94NStBXkSdVxsqJymuUId+ZUoxT2ta1W9nWVYG8=; b=YTHGkBYWb6aO14asftku1ffZ1IB9gvGLaPkavIuNuB/BUmLsw4opJzQ2Pdohgrft26AVcz R7Qy/PnnwT20USsHtaebRbFgk/DDK6N5PMPI10D3Ec8kjbrHwXKsWOa0c8sK4/E0SSVP9i KiMZvkX/5QtOY1Is9/ang9rd3M2333w= 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-7-sy0UdDqPMfC7a9VFJVsdTA-1; Thu, 22 Jun 2023 07:38:20 -0400 X-MC-Unique: sy0UdDqPMfC7a9VFJVsdTA-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 3F06038149A2; Thu, 22 Jun 2023 11:38:20 +0000 (UTC) Received: from osteffen-laptop.redhat.com (unknown [10.39.192.245]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0788840462BA; Thu, 22 Jun 2023 11:38:17 +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 v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Date: Thu, 22 Jun 2023 13:37:47 +0200 Message-ID: <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 PR: https://github.com/tianocore/edk2/pull/4460 v2: - Collect RBs and Acks - Rerun CI with current master branch v1: - intial version Oliver Steffen (1): CI: Use latest image for Linux jobs (Qemu 8, gcc 12) .azurepipelines/templates/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.41.0