mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 215e45bdb3
			
		
	
	215e45bdb3
	
	
	
		
			
			edk2 is dropping support for the ARM32 architecture. As such, this commit drops ARM32 from running in CI and removes the references to it in the readme and Maintainers.txt. Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			758 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			758 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ## @file
 | |
| # Azure Pipeline build file for a build using Ubuntu and GCC
 | |
| #
 | |
| # 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-24.04'
 | |
|     container: ${{ variables.default_linux_image }}
 | |
|     arch_list: "IA32,X64,AARCH64,RISCV64,LOONGARCH64"
 | |
|     usePythonVersion: ''  # use Python from the container image
 |