]> git.proxmox.com Git - mirror_edk2.git/blobdiff - .azurepipelines/Ubuntu-GCC5.yml
MdeModulePkg/Variable: Attribute combination should return EFI_UNSUPPORTED
[mirror_edk2.git] / .azurepipelines / Ubuntu-GCC5.yml
index f83951eeaf8614ea2b9a86b1c7d08190bcc5b4bf..b9a3b851cf3c2befb399fa25b6b303cd27c8a11a 100644 (file)
@@ -13,13 +13,14 @@ pr:
 - master\r
 - stable/*\r
 \r
+variables:\r
+  - template: templates/defaults.yml\r
+\r
 jobs:\r
 - template: templates/pr-gate-build-job.yml\r
   parameters:\r
     tool_chain_tag: 'GCC5'\r
-    vm_image: 'ubuntu-latest'\r
+    vm_image: 'ubuntu-22.04'\r
+    container: ${{ variables.default_linux_image }}\r
     arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"\r
-    extra_install_step:\r
-    - bash: sudo apt-get install -y lcov\r
-      displayName: Install Code Coverage Tools\r
-      condition: and(gt(variables.pkg_count, 0), succeeded())\r
+    usePythonVersion: ''  # use Python from the container image\r