mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
enable CGO
This commit is contained in:
parent
7ada53f004
commit
4c56085c13
|
@ -11,7 +11,10 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
go.dev: ^1.20
|
go.dev: ^1.20
|
||||||
env:
|
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:
|
GO_LDFLAGS:
|
||||||
- -s
|
- -s
|
||||||
- -w
|
- -w
|
||||||
|
|
Loading…
Reference in a new issue