chore: updated CI config & PKGBUILDs to new module split

This commit is contained in:
Jef Roosens 2022-06-15 17:47:12 +02:00
parent 44696fc11b
commit 592241c743
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 27 additions and 2 deletions

View file

@ -6,10 +6,19 @@ matrix:
platform: ${PLATFORM}
pipeline:
debug:
install-modules:
image: 'chewingbever/vlang:latest'
pull: true
commands:
- export VMODULES=$PWD/.vmodules
- 'cd src && v install'
when:
event: [pull_request]
debug:
image: 'chewingbever/vlang:latest'
commands:
- export VMODULES=$PWD/.vmodules
- make
when:
event: [pull_request]
@ -18,10 +27,10 @@ pipeline:
prod:
image: 'chewingbever/vlang:latest'
pull: true
environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -lsqlite3 -static
commands:
- export VMODULES=$PWD/.vmodules
# Apparently this -D is *very* important
- CFLAGS='-DGC_THREADS=1' make prod
# Make sure the binary is actually statically built