ci: run buils sequentially [CI SKIP]
							parent
							
								
									8e40481022
								
							
						
					
					
						commit
						392a95bbbe
					
				| 
						 | 
					@ -12,7 +12,6 @@ pipeline:
 | 
				
			||||||
  debug:
 | 
					  debug:
 | 
				
			||||||
    image: 'chewingbever/vlang:latest'
 | 
					    image: 'chewingbever/vlang:latest'
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    group: 'build'
 | 
					 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - make
 | 
					      - make
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
| 
						 | 
					@ -25,7 +24,6 @@ pipeline:
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
 | 
					      - LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
 | 
				
			||||||
    group: 'build'
 | 
					 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - make prod
 | 
					      - make prod
 | 
				
			||||||
      # Make sure the binary is actually statically built
 | 
					      # Make sure the binary is actually statically built
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue