Skip to content

Commit

Permalink
attempt CGO_ENABLED=0
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed May 15, 2024
1 parent 448695e commit 67589d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/.goreleaser-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ builds:
goarch:
- amd64
env:
- CGO_ENABLED=1
- CGO_ENABLED=0
# - CGO_LDFLAGS=-L=D:\\a\\_temp\\msys64\\mingw64\\bin
- CC=D:\a\_temp\msys64\mingw64\bin\x86_64-w64-mingw32-gcc
- CXX=D:\a\_temp\msys64\mingw64\bin\x86_64-w64-mingw32-g++
# - CC=D:\a\_temp\msys64\mingw64\bin\x86_64-w64-mingw32-gcc
# - CXX=D:\a\_temp\msys64\mingw64\bin\x86_64-w64-mingw32-g++
flags:
- -x
- -v
- tags=gowaku_no_rln

archives:
- format: zip
Expand Down

0 comments on commit 67589d8

Please sign in to comment.