]> git.proxmox.com Git - mirror_edk2.git/blame - .azurepipelines/Ubuntu-GCC5.yml
SecurityPkg: limit verification of enrolled PK in setup mode
[mirror_edk2.git] / .azurepipelines / Ubuntu-GCC5.yml
CommitLineData
106c7a99
SB
1## @file\r
2# Azure Pipeline build file for a build using ubuntu and GCC5\r
3#\r
4# Copyright (c) Microsoft Corporation.\r
722da907 5# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
ab9768cd 6# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>\r
106c7a99
SB
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8##\r
9trigger:\r
10- master\r
2bca7411 11- stable/*\r
106c7a99
SB
12pr:\r
13- master\r
2bca7411 14- stable/*\r
106c7a99 15\r
35795517
OS
16variables:\r
17 - template: templates/defaults.yml\r
18\r
106c7a99
SB
19jobs:\r
20- template: templates/pr-gate-build-job.yml\r
21 parameters:\r
22 tool_chain_tag: 'GCC5'\r
ea382b3b 23 vm_image: 'ubuntu-22.04'\r
ef091600 24 container: ${{ variables.default_linux_image }}\r
ab9768cd 25 arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"\r
ef091600 26 usePythonVersion: '' # use Python from the container image\r