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
In #76, using a precompiled gem with alpine or other musl-based systems requires:
apk add libstdc++ gcompat
For now, we should just document this requirement.
Using a musl build requires enforcing RubyGems 3.3.22 due to rubygems/rubygems#5852. Some glibc LInux systems might install the musl build without this enforcement:
s.required_rubygems_version='>= 3.3.22'
I've used the rbsys/x86_64-linux-musl:0.9.72 Docker image to build a Rust-related project; it might help here.
In #76, using a precompiled gem with
alpine
or other musl-based systems requires:For now, we should just document this requirement.
Using a musl build requires enforcing RubyGems 3.3.22 due to rubygems/rubygems#5852. Some glibc LInux systems might install the musl build without this enforcement:
I've used the
rbsys/x86_64-linux-musl:0.9.72
Docker image to build a Rust-related project; it might help here.Related issue: rake-compiler/rake-compiler-dock#75
The text was updated successfully, but these errors were encountered: