summaryrefslogtreecommitdiff
path: root/.azurepipelines
diff options
context:
space:
mode:
authorMike Beaton <mjsbeaton@gmail.com>2025-12-12 20:58:36 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2026-03-17 15:52:22 +0000
commitf7548958e12df116cd2a0c689bfda9abd11a720d (patch)
tree411c7d0f78d438413286fa578d5059252b6f143c /.azurepipelines
parent11af818b3ea8f4a46570b41a08af0b114b372896 (diff)
downloadedk2-f7548958e12df116cd2a0c689bfda9abd11a720d.tar.gz
edk2-f7548958e12df116cd2a0c689bfda9abd11a720d.zip
.azurepipelines: Switch to CI image which includes clang
https://github.com/tianocore/containers/commit/b5628216f41680893021676cfada2bda02a18428 Signed-off-by: Mike Beaton <mjsbeaton@gmail.com>
Diffstat (limited to '.azurepipelines')
-rw-r--r--.azurepipelines/templates/defaults.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml
index c04e3cc008..6bb55c7e81 100644
--- a/.azurepipelines/templates/defaults.yml
+++ b/.azurepipelines/templates/defaults.yml
@@ -9,6 +9,6 @@
variables:
default_python_version: "3.12"
- default_linux_container: "ghcr.io/tianocore/containers/fedora-43-test:bde74f8"
+ default_linux_container: "ghcr.io/tianocore/containers/fedora-43-test:b562821"
default_linux_vm: "ubuntu-24.04"
default_windows_vm: "windows-2022"