Skip to content

Commit a35ac89

Browse files
committed
Prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
This fixes broken 32 bit build on Appveyor-CI. Also print config.log to ease debugging.
1 parent a8e617e commit a35ac89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ install:
2020
- ruby --version
2121
- gem --version
2222

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

0 commit comments

Comments
 (0)