]> 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 a26a3a2cb2ea580702cf8aeb11ad2b09f966421e..b9a3b851cf3c2befb399fa25b6b303cd27c8a11a 100644 (file)
@@ -2,17 +2,25 @@
 # Azure Pipeline build file for a build using ubuntu and GCC5\r
 #\r
 # Copyright (c) Microsoft Corporation.\r
+# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
+# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 trigger:\r
 - master\r
+- stable/*\r
 pr:\r
 - 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
-    arch_list: "IA32,X64,ARM,AARCH64"\r
-\r
+    vm_image: 'ubuntu-22.04'\r
+    container: ${{ variables.default_linux_image }}\r
+    arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"\r
+    usePythonVersion: ''  # use Python from the container image\r