Switched to static compilation in CI

This commit is contained in:
Jef Roosens 2022-01-14 18:32:00 +01:00
parent bdf0c2ee7c
commit 8ab3af1238
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 8 additions and 1 deletions

View file

@ -6,17 +6,23 @@ pipeline:
vieter:
image: 'chewingbever/vlang:latest'
group: 'build'
environment:
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
commands:
- make vieter
debug:
image: 'chewingbever/vlang:latest'
environment:
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
group: 'build'
commands:
- make debug
prod:
image: 'chewingbever/vlang:latest'
environment:
- LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static'
group: 'build'
commands:
- make prod