From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.9908.1623254525721467840 for ; Wed, 09 Jun 2021 09:02:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=WPS6hBZw; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id E671961377 for ; Wed, 9 Jun 2021 16:02:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623254524; bh=DXHxNyWpiohd5waBdW911kAaQmLXu5CBo522ElCPMMg=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=WPS6hBZwVhBEShckoW816VOzkTJlinSACw7/orI4eFHRUtoI0liQdXBTnR/U+3kCl XoYLPQsMGooHAT9voKVXjqvUntVLvS39lexZ8za6lJ8qk6+XJQqwO9yjhwnbo1TP9G tkm/p2DmudY11TbRS7/fBFui3LSMADwAodbEie/uZOEzkHg2AqTM6z7k2duTKRG2C2 NFzWrb54LNp/PZajAliWXpbsG1vFibEC47dfbScc98HUObg+y6hn+fhbdtEzJ3Eq9g 4m9QJ30W88DCNbzjsfrNgybqaZqs+19/dsP5o2zPkrlzzAAG1wOzAZ2Jiet2rkzRxi Fti8syZCzGL8Q== Received: by mail-ot1-f51.google.com with SMTP id w23-20020a9d5a970000b02903d0ef989477so19995621oth.9 for ; Wed, 09 Jun 2021 09:02:04 -0700 (PDT) X-Gm-Message-State: AOAM531Tqzq92OObKaHsB+vC8LP2CqjH2J/e2qn3ivE27E3AB1GAuW+d Q4K8vapD8XWdhMd0tVqg1+vlUXXGBYQLzpD8Rp0= X-Google-Smtp-Source: ABdhPJyLCgM8SnJ8ZYjyEdtG21zS5YxbgH8XetI4tuYWBgykqw4IcC/8NBlY5WV+848Ya1BFsttZxtPTOWFE/5B+hGk= X-Received: by 2002:a9d:4004:: with SMTP id m4mr127552ote.108.1623254524186; Wed, 09 Jun 2021 09:02:04 -0700 (PDT) MIME-Version: 1.0 References: <20210609155731.10431-1-lersek@redhat.com> In-Reply-To: <20210609155731.10431-1-lersek@redhat.com> From: "Ard Biesheuvel" Date: Wed, 9 Jun 2021 18:01:52 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [URGENT PATCH] OvmfPkg/PlatformCI: bump QEMU choco package version to 2021.5.5 To: Laszlo Ersek Cc: edk2-devel-groups-io , Ard Biesheuvel , Bret Barkelew , Jordan Justen , Liming Gao , Michael D Kinney , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , Sean Brogan Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 9 Jun 2021 at 17:57, Laszlo Ersek wrote: > > We currently require QEMU choco package version 2020.08.14 (from commit > 3ab9d60fcbe7), in "OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml"= . > Said package version references the following URLs: > > https://community.chocolatey.org/packages/Qemu/2020.08.14#files > -> https://qemu.weilnetz.de/w32/qemu-w32-setup-20200814.exe > -> https://qemu.weilnetz.de/w64/qemu-w64-setup-20200814.exe > > These URLs no longer work; Stefan Weil seems to have moved the binaries t= o > the following archive directories: > > - https://qemu.weilnetz.de/w32/2020/ > - https://qemu.weilnetz.de/w64/2020/ > > In theory, the old QEMU choco packages should be fixed (their powershell > scripts should be updated to reference the new URLs on Stefan Weil's > website). However, this PlatformCI issue is blocking the merging of the > security fix for TianoCore#3356, so getting PlatformCI functional again i= s > urgent. Let's bump our QEMU choco package requirement to 2021.5.5, whose > URLs work, for now. > > (Currently we cannot use any other choco package version, as Stefan's > directories and > , without any further subdirectories, only > offer the 20210505 EXE files.) > > Cc: Ard Biesheuvel > Cc: Bret Barkelew > Cc: Jordan Justen > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Philippe Mathieu-Daud=C3=A9 > Cc: Sean Brogan > Signed-off-by: Laszlo Ersek Acked-by: Ard Biesheuvel > --- > OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/Ovmf= Pkg/PlatformCI/.azurepipelines/Windows-VS2019.yml > index 772dbec186a9..2e07a3d8893a 100644 > --- a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml > +++ b/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml > @@ -134,7 +134,7 @@ jobs: > build_flags: $(Build.Flags) > run_flags: $(Run.Flags) > extra_install_step: > - - powershell: choco install qemu --version=3D2020.08.14; Write-H= ost "##vso[task.prependpath]c:\Program Files\qemu" > + - powershell: choco install qemu --version=3D2021.5.5; Write-Hos= t "##vso[task.prependpath]c:\Program Files\qemu" > displayName: Install QEMU and Set QEMU on path # friendly name= displayed in the UI > condition: and(gt(variables.pkg_count, 0), succeeded()) > > -- > 2.19.1.3.g30247aa5d201 >