]> xenbits.xensource.com Git - ovmf.git/commitdiff
.azurepipelines: Choose container that have installed lcov
authorGua Guo <gua.guo@intel.com>
Sun, 23 Apr 2023 01:17:51 +0000 (09:17 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 27 Apr 2023 21:55:58 +0000 (21:55 +0000)
Azure should install code coverage tool (lcov), it didn't
exist on Fedora and Ubuntu by default.

Update docker setting, pick below solution between 47addc9 and 3b3eb8f
3b3eb8f Fixes and improvements to dev containers (#69)
54e5bd1 Enable GTK on Fedora QEMU (#63)
f1c7a20 Fedora: install code coverage tools for GCC (#62)
2ce82af Ubuntu-22: Add initial Ubuntu-22 image (#61)
14d2aba Add Fedora 37 image with gcc12 (#60)
5b8a008 Add dotnet runtime to fedora build (#57)
f5c874a Fix platform build file name for EDK2 change (#58)
48540ad Ubuntu-20: Fix dev image entrypoint (#55)
98e849d Fedora-35: Add Powershell to build image (#52)

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Oliver Steffen <osteffen@redhat.com>
Cc: Chris Fernald <chfernal@microsoft.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <mikuback@linux.microsoft.com>
Reviewed-by: Chris Fernald <chfernal@microsoft.com>
.azurepipelines/templates/defaults.yml

index 74d6b417839d4b0ff014691deed7b82f0364463f..8412a43cad8235f260b258aee02882945a9fb160 100644 (file)
@@ -9,4 +9,4 @@
 \r
 variables:\r
   default_python_version: ">=3.10.6"\r
-  default_linux_image: "ghcr.io/tianocore/containers/fedora-35-test:47addc9"\r
+  default_linux_image: "ghcr.io/tianocore/containers/fedora-35-test:3b3eb8f"\r