mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	CI: use fresh libabigail via docker image
Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: George Melikov <mail@gmelikov.ru> Closes #12529
This commit is contained in:
		
							parent
							
								
									f3c85e3ebd
								
							
						
					
					
						commit
						866ac70904
					
				
							
								
								
									
										6
									
								
								.github/workflows/checkstyle.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/checkstyle.yaml
									
									
									
									
										vendored
									
									
								
							| @ -24,6 +24,7 @@ jobs: | ||||
|       run: | | ||||
|         sh ./autogen.sh | ||||
|         ./configure | ||||
|         make -j$(nproc) | ||||
|     - name: Checkstyle | ||||
|       run: | | ||||
|         make checkstyle | ||||
| @ -33,12 +34,11 @@ jobs: | ||||
|     - name: CheckABI | ||||
|       id: CheckABI | ||||
|       run: | | ||||
|         make -j$(nproc) | ||||
|         make checkabi | ||||
|         sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make checkabi | ||||
|     - name: StoreABI | ||||
|       if: failure() && steps.CheckABI.outcome == 'failure' | ||||
|       run: | | ||||
|         make storeabi | ||||
|         sudo docker run -v $(pwd):/source ghcr.io/openzfs/libabigail make storeabi | ||||
|     - name: Prepare artifacts | ||||
|       if: failure() && steps.CheckABI.outcome == 'failure' | ||||
|       run: | | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 George Melikov
						George Melikov