mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-11-03 01:06:33 +01:00 
			
		
		
		
	Add aarch64 to the CI
This commit is contained in:
		
							parent
							
								
									8a500088c6
								
							
						
					
					
						commit
						9453e2941d
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								.github/workflows/build-and-test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/build-and-test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -29,3 +29,12 @@ jobs:
 | 
			
		|||
        run: apk add build-base python3
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: make test
 | 
			
		||||
  build-ubuntu-gcc-aarch64:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: sudo apt install --no-install-recommends gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libgcc-s1-arm64-cross cpp-aarch64-linux-gnu
 | 
			
		||||
      - name: Build
 | 
			
		||||
        run: CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-gcc++ make CONFIG_NATIVE=false
 | 
			
		||||
 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue