3 Commits

Author SHA1 Message Date
eyedeekay
1a531b5105 disable static compilation of linked C 2025-07-26 11:25:13 -04:00
eyedeekay
1276269c8f disable cgo in modded nightly 2025-07-22 19:14:03 -04:00
eyedeekay
f9b4b18c8e update select-cache after multiple bugfixes 2025-07-22 15:23:38 -04:00
2 changed files with 3 additions and 4 deletions

View File

@@ -46,8 +46,8 @@ jobs:
make build
env:
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
GOFLAGS: -ldflags="-extldflags=-static"
CO_ENABLED: 0
#GOFLAGS: -ldflags="-extldflags=-static"
#CGO_ENABLED: 0
- name: Prepare Artifact
shell: bash

View File

@@ -40,8 +40,7 @@ jobs:
make build
env:
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
GOFLAGS: -ldflags="-extldflags=-static"
CO_ENABLED: 0
#GOFLAGS: -ldflags="-extldflags=-static"
- name: Prepare Artifact
shell: bash