mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-08 00:21:23 +01:00
Use older glibc target (#836)
This commit is contained in:
parent
192f6b602f
commit
e60e982fb4
@ -95,7 +95,8 @@ tasks:
|
|||||||
ARCHS:
|
ARCHS:
|
||||||
sh: echo {{if eq "arm" ARCH}}arm64{{else}}{{ARCH}}{{end}}
|
sh: echo {{if eq "arm" ARCH}}arm64{{else}}{{ARCH}}{{end}}
|
||||||
GO_LDFLAGS: -linkmode 'external' -extldflags=-static
|
GO_LDFLAGS: -linkmode 'external' -extldflags=-static
|
||||||
GO_ENV_VARS: CC="zig cc"
|
GO_ENV_VARS:
|
||||||
|
sh: echo "CC=\"zig cc -target {{if eq "arm" ARCH}}aarch64{{else}}x86_64{{end}}-linux-gnu.2.23\""
|
||||||
|
|
||||||
build:server:internal:
|
build:server:internal:
|
||||||
requires:
|
requires:
|
||||||
|
Loading…
Reference in New Issue
Block a user