Skip to content

Commit

Permalink
Prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
Browse files Browse the repository at this point in the history
This fixes broken 32 bit build on Appveyor-CI.

Also print config.log to ease debugging.
  • Loading branch information
larskanis committed Feb 9, 2020
1 parent a8e617e commit a35ac89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ install:
- ruby --version
- gem --version

# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
- c:/msys64/usr/bin/rm /usr/lib/w32api/libws2_32.a
# Set up project prerequisits
- bundle install
- bundle exec rake ports
Expand Down Expand Up @@ -52,4 +54,5 @@ environment:
- ruby_version: "26"
- ruby_version: "head-x64"
on_failure:
- find -name config.log | xargs cat
- find -name compile.log | xargs cat

0 comments on commit a35ac89

Please sign in to comment.