Skip to content

Commit

Permalink
try no cgo_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed May 13, 2024
1 parent 913a897 commit af6ca97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
with:
go-version: '1.20'

- name: Setup dlfcn-win32
run: |
git clone https://github.com/dlfcn-win32/dlfcn-win32.git
cd dlfcn-win32/
chmod u+x configure
./configure
make
make install
# - name: Setup dlfcn-win32
# run: |
# git clone https://github.com/dlfcn-win32/dlfcn-win32.git
# cd dlfcn-win32/
# chmod u+x configure
# ./configure
# make
# make install

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down
6 changes: 3 additions & 3 deletions ci/.goreleaser-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ builds:
goarch:
- amd64
env:
- CGO_ENABLED=1
- CC=x86_64-w64-mingw32-gcc
- CXX=x86_64-w64-mingw32-g++
# - CGO_ENABLED=1
# - CC=x86_64-w64-mingw32-gcc
# - CXX=x86_64-w64-mingw32-g++

archives:
- format: zip
Expand Down

0 comments on commit af6ca97

Please sign in to comment.