mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 ea382b3b21
			
		
	
	ea382b3b21
	
	
	
		
			
			Use the same vm_image as the other Linux CIs in ArmVirtPkg, EmulatorPkg, and OvmfPkg. Switch over to ubuntu-22.04 from ubuntu-latest. Signed-off-by: Oliver Steffen <osteffen@redhat.com> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Chris Fernald <chfernal@microsoft.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			763 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			763 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ## @file
 | |
| # Azure Pipeline build file for a build using ubuntu and GCC5
 | |
| #
 | |
| # Copyright (c) Microsoft Corporation.
 | |
| # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
 | |
| # Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
 | |
| # SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| ##
 | |
| trigger:
 | |
| - master
 | |
| - stable/*
 | |
| pr:
 | |
| - master
 | |
| - stable/*
 | |
| 
 | |
| variables:
 | |
|   - template: templates/defaults.yml
 | |
| 
 | |
| jobs:
 | |
| - template: templates/pr-gate-build-job.yml
 | |
|   parameters:
 | |
|     tool_chain_tag: 'GCC5'
 | |
|     vm_image: 'ubuntu-22.04'
 | |
|     container: ${{ variables.default_linux_image }}
 | |
|     arch_list: "IA32,X64,ARM,AARCH64,RISCV64,LOONGARCH64"
 | |
|     usePythonVersion: ''  # use Python from the container image
 |