mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-21 07:17:30 +01:00
Remove static linkage for helper tools
This commit is contained in:
@@ -25,9 +25,6 @@ builds:
|
|||||||
pre: make frontend
|
pre: make frontend
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
- CC=x86_64-linux-musl-gcc
|
|
||||||
ldflags:
|
|
||||||
- -linkmode external -extldflags -static
|
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
@@ -41,9 +38,6 @@ builds:
|
|||||||
- static_build
|
- static_build
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
- CC=x86_64-linux-musl-gcc
|
|
||||||
ldflags:
|
|
||||||
- -linkmode external -extldflags -static
|
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
@@ -57,9 +51,6 @@ builds:
|
|||||||
- static_build
|
- static_build
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
- CC=x86_64-linux-musl-gcc
|
|
||||||
ldflags:
|
|
||||||
- -linkmode external -extldflags -static
|
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
|
|||||||
Reference in New Issue
Block a user