You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My latest build with oxidize-rb/actions/cross-gem@v1 has started failing (despite no underlying code changes) but only on Ruby 3.1 and the two musl platforms: aarch64-linux-musl and x86_64-linux-musl, see:
<internal:/usr/local/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require': Error loading shared library libgcc_s.so.1: No such file or directory (needed by /usr/local/bundle/gems/rb-mrml-0.1.0-x86_64-linux-musl/lib/mrml/3.1/mrml.so) - /usr/local/bundle/gems/rb-mrml-0.1.0-x86_64-linux-musl/lib/mrml/3.1/mrml.so (LoadError)
The test runs for the same Ruby version and platform combination from yesterday succeeded:
My latest build with
oxidize-rb/actions/cross-gem@v1
has started failing (despite no underlying code changes) but only on Ruby 3.1 and the two musl platforms:aarch64-linux-musl
andx86_64-linux-musl
, see:The test runs for the same Ruby version and platform combination from yesterday succeeded:
It looks like cross-gem is still using rb_sys 0.9.107 but my library is now picking up the new 0.9.108.
The text was updated successfully, but these errors were encountered: