Skip to content

Commit

Permalink
Drop x86-mingw32 from rake gem:native build
Browse files Browse the repository at this point in the history
Runing `rake gem:x86-mingw32` currently fails with:

```
linking shared-object re2.so
/usr/bin/i686-w64-mingw32-ld: /tmp/re2/ports/i386-mingw32/i686-w64-mingw32/abseil/20230125.3/lib/libabsl_symbolize.a(symbolize.cc.obj):symbolize.cc:(.text+0x106): undefined reference to `_imp__SymFromAddr@20'
collect2: error: ld returned 1 exit status
```

`SymFromAddr` comes from the Windows Debug Help Library.  It's not
clear to me whether the 32-bit MinGW ships with the `dbghelp` library,
so drop this for now.
  • Loading branch information
stanhu committed Jul 28, 2023
1 parent 98a4a9f commit a5b7a05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ CROSS_RUBY_PLATFORMS = %w[
x64-mingw-ucrt
x64-mingw32
x86-linux
x86-mingw32
x86_64-darwin
x86_64-linux
].freeze
Expand Down

0 comments on commit a5b7a05

Please sign in to comment.