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.web10.2282.1687761897316842042 for ; Sun, 25 Jun 2023 23:44:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=fpYy6DJ7; 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=1687761896; 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: in-reply-to:in-reply-to:references:references; bh=u9ZPM1GImDV5LjQPjoRqTb34ojT7dWonv/Apz7av26U=; b=fpYy6DJ7mva5Yle3fvIfDeoliAXXF8Ae6/MjaKHnuKIwOYb709Gh5wF3oXMl+CDGOwmGzg AQzCewhWWDOsTAVXTv26HE+JayCx6UCmQFfv9IlffjHX3ZxsaVKHOdS2N9j0G21if5PImI Je8rXKG62PReISMnJCvL3WrPtYOenHM= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-634-K6dUiBkNOOyKgiNkthIgkw-1; Mon, 26 Jun 2023 02:44:54 -0400 X-MC-Unique: K6dUiBkNOOyKgiNkthIgkw-1 Received: by mail-lf1-f70.google.com with SMTP id 2adb3069b0e04-4fb1a5788f0so685041e87.2 for ; Sun, 25 Jun 2023 23:44:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687761893; x=1690353893; h=cc:to:subject:message-id:date:user-agent:from:references :in-reply-to:mime-version:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=u9ZPM1GImDV5LjQPjoRqTb34ojT7dWonv/Apz7av26U=; b=W+CUHchqMTL6kPfTvrLDohh1WEWT9jWAvXk23sQ0skAlfsZVsZT8FD5gwG6D3KL+Gf SZ2HElEMZloESDYhpXtquEC6mkUDeF4mcKiVkIDc0xpvA7Ru8Ty5B37P+oqXG0e1789o 9CS0feiIh8tLsCKglJxuUtd9oTdKqYen8H1MPr0jApw9v8RiOqMgyb7WITDZK0TWsl3B AWwRXyFwifau0Ik+OKBP4OYSNNIXDacs80eFtU6Nf3Xlsdcab3DRjSDoJHzoxwOLQgIc 6Af8ssvLVxlXo1vNE4BSajVxJKWmX1bGwhGvvloQU7ORaxi7Yo6FqBK8rh+pbgToDrbT CO5w== X-Gm-Message-State: AC+VfDwg/O45LFAEbURS9jDdhZTcz76wQeH+LmWGKvggDoNh1rHm/Dnk ApNZcUCIYpsUtUeZcm7YDpN+BGbLiwOKm8nzkhYblDtxJQTUq3WoVr8O3ZPNVuf50PnB5agdxGG HXpzKHWiy47AkvTQN6LKUl8gb4Iuupw== X-Received: by 2002:ac2:5058:0:b0:4f8:67f0:724e with SMTP id a24-20020ac25058000000b004f867f0724emr14016106lfm.33.1687761893474; Sun, 25 Jun 2023 23:44:53 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ5Qz1q7RULFisPmq44VfPruCosrvRfnPbf2SqIAip5HE0qVlPD2ugiDz5PWUgdTjNYSoARMkqWJCgt1iYnbJTg= X-Received: by 2002:ac2:5058:0:b0:4f8:67f0:724e with SMTP id a24-20020ac25058000000b004f867f0724emr14016094lfm.33.1687761893119; Sun, 25 Jun 2023 23:44:53 -0700 (PDT) Received: from 567203818698 named unknown by gmailapi.google.com with HTTPREST; Sun, 25 Jun 2023 23:44:52 -0700 MIME-Version: 1.0 In-Reply-To: References: <20230622113813.178066-1-osteffen@redhat.com> From: "Oliver Steffen" User-Agent: alot/0.8.1 Date: Sun, 25 Jun 2023 23:44:52 -0700 Message-ID: Subject: Re: [edk2-devel] [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) To: Michael Kubacki , devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney , Liming Gao , Ard Biesheuvel , Gerd Hoffmann , Chris Fernald X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Quoting Michael Kubacki (2023-06-23 15:08:12) > 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. Changed it, removed Draft and "Test". Thanks, Oliver > 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(-) > > >