]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMU
authorMichael D Kinney <michael.d.kinney@intel.com>
Wed, 25 Nov 2020 01:17:12 +0000 (17:17 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 25 Nov 2020 17:54:11 +0000 (17:54 +0000)
Install the 2020.08.14 release of QEMU for Windows.

The QEMU release from 2020.11.20 is installed into the incorrect
directory and is causing EDK II CI failures in the run to shell
step.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml

index 02ed233fdb60437918982f58bf75a952846034cd..dd19fff500665f741d46901ab5cedb17986be170 100644 (file)
@@ -132,7 +132,7 @@ jobs:
         build_flags: $(Build.Flags)\r
         run_flags: $(Run.Flags)\r
         extra_install_step:\r
-        - powershell: choco install qemu; Write-Host "##vso[task.prependpath]c:\Program Files\qemu"\r
+        - powershell: choco install qemu --version=2020.08.14; Write-Host "##vso[task.prependpath]c:\Program Files\qemu"\r
           displayName: Install QEMU and Set QEMU on path # friendly name displayed in the UI\r
           condition: and(gt(variables.pkg_count, 0), succeeded())\r
 \r