File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 44 hooks :
55 # You may remove this if you don't use go modules.
66 - go mod tidy
7- # - ./scripts/install-kcl-lsp-all.sh
87
9- # .goreleaser.yml
108builds :
119 - id : goreleaser-zig-cross-compilation-macos
1210 main : ./cmd/kcl/main.go
@@ -20,11 +18,6 @@ builds:
2018 - " -X kcl-lang.io/cli/pkg/version.version={{.Version}}"
2119 env :
2220 - CGO_ENABLED=1
23- - >-
24- {{- if eq .Os "darwin" }}
25- {{- if eq .Arch "amd64"}}CC=zig c++ -target x86_64-macos-none -F{{ .Env.SDK_PATH }}/System/Library/Frameworks{{- end }}
26- {{- if eq .Arch "arm64"}}CC=zig c++ -target aarch64-macos-none -F{{ .Env.SDK_PATH }}/System/Library/Frameworks{{- end }}
27- {{- end }}
2821
2922 - id : goreleaser-zig-cross-compilation-linux
3023 main : ./cmd/kcl/main.go
You can’t perform that action at this time.
0 commit comments