mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-12-01 09:54:59 -05:00
disable static compilation of linked C
This commit is contained in:
2
.github/workflows/gitea-nightly.yml
vendored
2
.github/workflows/gitea-nightly.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
make build
|
make build
|
||||||
env:
|
env:
|
||||||
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
|
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
|
||||||
GOFLAGS: -ldflags="-extldflags=-static"
|
#GOFLAGS: -ldflags="-extldflags=-static"
|
||||||
#CGO_ENABLED: 0
|
#CGO_ENABLED: 0
|
||||||
|
|
||||||
- name: Prepare Artifact
|
- name: Prepare Artifact
|
||||||
|
|||||||
2
.github/workflows/gitea-vanilla-nightly.yml
vendored
2
.github/workflows/gitea-vanilla-nightly.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
make build
|
make build
|
||||||
env:
|
env:
|
||||||
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
|
TAGS: bindata sqlite sqlite_unlock_notify netgo osusergo
|
||||||
GOFLAGS: -ldflags="-extldflags=-static"
|
#GOFLAGS: -ldflags="-extldflags=-static"
|
||||||
|
|
||||||
- name: Prepare Artifact
|
- name: Prepare Artifact
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user