From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.41588.1687525694944093317 for ; Fri, 23 Jun 2023 06:08:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=Ux8H7Iue; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 4F7CF21C2538; Fri, 23 Jun 2023 06:08:13 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4F7CF21C2538 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1687525694; bh=xZKELYTC7WdISQW95MvO7/T8dmpkEHNUQPDEcOrSp0o=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Ux8H7IueGbUpVO8WXjtwbwrEfXJa+aGEFQ0QQKRNTni5scYjZmsQgVKWcoxkI5QCd COe8IHIapx11LFEtfv4o7E6MZAypJHWi7pVcLAntHdLIwm/VN5Vojydr0NJVo8l1wb 5JFaAyrka1rFOYPqrexCEpWW3tyDV41aLX3XyaDI= Message-ID: Date: Fri, 23 Jun 2023 09:08:12 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [edk2-devel] [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) To: devel@edk2.groups.io, osteffen@redhat.com Cc: Sean Brogan , Michael D Kinney , Liming Gao , Ard Biesheuvel , Gerd Hoffmann , Chris Fernald References: <20230622113813.178066-1-osteffen@redhat.com> From: "Michael Kubacki" In-Reply-To: <20230622113813.178066-1-osteffen@redhat.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Oliver, I see the PR you linked is marked as draft and test. I'm happy to help push this if you can confirm when you're done testing. Thanks, Michael On 6/22/2023 7:37 AM, Oliver Steffen wrote: > 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(-) >