feat(server): partially migrated repos API to sqlite

This commit is contained in:
Jef Roosens 2022-05-01 22:47:00 +02:00
parent 03318586ed
commit 891a206116
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 181 additions and 52 deletions

View file

@ -23,7 +23,7 @@ pipeline:
image: 'chewingbever/vlang:latest'
pull: true
environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -lsqlite3 -static
commands:
# Apparently this -D is *very* important
- CFLAGS='-DGC_THREADS=1' make prod