public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: Laszlo Ersek <lersek@redhat.com>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	"Ard Biesheuvel" <ardb+tianocore@kernel.org>,
	"Bret Barkelew" <Bret.Barkelew@microsoft.com>,
	"Jordan Justen" <jordan.l.justen@intel.com>,
	"Liming Gao" <gaoliming@byosoft.com.cn>,
	"Michael D Kinney" <michael.d.kinney@intel.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Sean Brogan" <sean.brogan@microsoft.com>
Subject: Re: [URGENT PATCH] OvmfPkg/PlatformCI: bump QEMU choco package version to 2021.5.5
Date: Wed, 9 Jun 2021 18:01:52 +0200	[thread overview]
Message-ID: <CAMj1kXGbbOpwdguOJwOibs1bH8q23C1jq87Bj6Mh3=Gpa6FN1w@mail.gmail.com> (raw)
In-Reply-To: <20210609155731.10431-1-lersek@redhat.com>

On Wed, 9 Jun 2021 at 17:57, Laszlo Ersek <lersek@redhat.com> 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 to
> 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 is
> 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 <https://qemu.weilnetz.de/w32> and
> <https://qemu.weilnetz.de/w64>, without any further subdirectories, only
> offer the 20210505 EXE files.)
>
> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>

Acked-by: Ard Biesheuvel <ardb@kernel.org>

> ---
>  OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/OvmfPkg/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=2020.08.14; Write-Host "##vso[task.prependpath]c:\Program Files\qemu"
> +        - powershell: choco install qemu --version=2021.5.5; Write-Host "##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
>

  reply	other threads:[~2021-06-09 16:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09 15:57 [URGENT PATCH] OvmfPkg/PlatformCI: bump QEMU choco package version to 2021.5.5 Laszlo Ersek
2021-06-09 16:01 ` Ard Biesheuvel [this message]
2021-06-09 16:47   ` [edk2-devel] " Laszlo Ersek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMj1kXGbbOpwdguOJwOibs1bH8q23C1jq87Bj6Mh3=Gpa6FN1w@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox