-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault on linux-musl platform #210
Comments
This is a bug in google-protobuf, see protocolbuffers/protobuf#16853 for details. Workaround - add the following to Gemfile: gem 'google-protobuf', force_ruby_platform: true if RUBY_PLATFORM.include?('linux-musl') |
Thanks! I have the workaround, just wondering if theres a way if I can get gems natively compiled based on the platform type. Will proceed with the workaround, thanks! |
The bug has been reported protobuf team, now we have to wait for them to fix it in future releases. |
This now affects x86_64-linux-musl as well. Workaround: gem 'google-protobuf', force_ruby_platform: true if RUBY_PLATFORM.include?('linux-musl') |
I'm trying to run rails 7 on ruby-alphine docker image and face an issue when i try executing any rails commands
Error:
sass-embedded-1.77.0-aarch64-linux-musl/ext/sass/embedded_sass_pb.rb:11: [BUG] Segmentation fault at 0x0000000000003b60
Is this gem not supported for alphine?
The text was updated successfully, but these errors were encountered: