enable CGO

This commit is contained in:
tannevaled 2024-06-10 15:59:59 +02:00 committed by Jacob Heider
parent 7ada53f004
commit 4c56085c13

View file

@ -11,7 +11,10 @@ build:
dependencies:
go.dev: ^1.20
env:
CGO_ENABLED: 0
#
# Jun 10 13:32:43 github-actions-runner-manager pkgx[8965]: time=2024-06-10T13:32:43.011Z level=INFO msg="creating DB connection: connecting to database: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub"
#
CGO_ENABLED: 1
GO_LDFLAGS:
- -s
- -w