Skip to content

Commit

Permalink
try different deps and cc name
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zorn committed Aug 10, 2024
1 parent cd1fc18 commit 1498a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before:
hooks:
- sudo apt-get install libc6-dev-i386 musl-tools musl-dev llvm clang lld mingw-w64
- sudo apt-get install build-essentials libc6-dev-i386 musl-tools musl-dev llvm clang lld mingw-w64
builds:
- id: ldcli
binary: ldcli
Expand All @@ -20,7 +20,7 @@ builds:
env:
- CGO_ENABLED=1
- >-
{{- if eq .Os "darwin" }}CC=o64-clang{{- end }}
{{- if eq .Os "darwin" }}CC=o64h-clang{{- end }}
{{- if eq .Os "windows" }}CC={{- end }}
{{- if eq .Os "linux" }}
{{- if eq .Arch "386"}}CC=musl-gcc{{- end }}
Expand Down

0 comments on commit 1498a2d

Please sign in to comment.