1 Commits

Author SHA1 Message Date
eyedeekay
1a531b5105 disable static compilation of linked C 2025-07-26 11:25:13 -04:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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