Skip to content

Why does the linux-musl platform cross compile have a dependency on rubygems 3.3.22? #400

@kingsleyh

Description

@kingsleyh

Hi,

In my Github actions workflow when I cross compile with x86_64-linux-musl platform specified in my matrix using oxidize-rb/cross-gem-action@main it produces a gem that has a dependency on ruby gems 3.3.22

None of the other platform gems that are built have this dependency. In my app it uses ruby 2.7.8 with rubygems 3.1.6 - so the bundle install fails on the remote server with:

dedup_csv-0.1.8-x86_64-linux-musl requires rubygems version >= 3.3.22, which is
incompatible with the current version, 3.1.6

Is there a way to not have this dependency on rubygems 3.3.22?

my gihtub actions workflow:

https://github.com/kingsleyh/dedup_csv/blob/main/.github/workflows/gem.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions