Only prod needs to be static

main
Jef Roosens 2022-01-14 18:38:23 +01:00
parent 15acdb7f85
commit b5d8e7120d
Signed by untrusted user: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 0 additions and 7 deletions

View File

@ -5,25 +5,18 @@ branches:
pipeline: pipeline:
vieter: vieter:
image: 'chewingbever/vlang:latest' image: 'chewingbever/vlang:latest'
pull: true
group: 'build' group: 'build'
environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
commands: commands:
- make vieter - make vieter
debug: debug:
image: 'chewingbever/vlang:latest' image: 'chewingbever/vlang:latest'
pull: true
environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
group: 'build' group: 'build'
commands: commands:
- make debug - make debug
prod: prod:
image: 'chewingbever/vlang:latest' image: 'chewingbever/vlang:latest'
pull: true
environment: environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static - LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
group: 'build' group: 'build'