ci: linux-x64-static: try building separately to avoid segfault
This commit is contained in:
		
							parent
							
								
									c41921db55
								
							
						
					
					
						commit
						5ebbfea067
					
				| @ -39,7 +39,10 @@ jobs: | |||||||
|       run: cabal update |       run: cabal update | ||||||
| 
 | 
 | ||||||
|     - name: Build on alpine |     - name: Build on alpine | ||||||
|       run: cabal build --enable-executable-static all |       run: | | ||||||
|  |         cabal build --enable-executable-static hledger || echo "ERROR: building hledger failed" | ||||||
|  |         cabal build --enable-executable-static hledger-ui || echo "ERROR: building hledger failed" | ||||||
|  |         cabal build --enable-executable-static hledger-web || echo "ERROR: building hledger-web failed" | ||||||
| 
 | 
 | ||||||
|     - name: Extract and strip binaries |     - name: Extract and strip binaries | ||||||
|       run: | |       run: | | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user