forked from vieter-v/vieter
feat(server): partially migrated repos API to sqlite
This commit is contained in:
parent
03318586ed
commit
891a206116
5 changed files with 181 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue