-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fail on running the binary build for my rails 4.2 #30
Comments
I've had the same trouble when compiling a Rails 5 app. After removing |
bootsnap is incompatible with rubyc because it uses Maybe you can disable only the part of bootsnap that routes through that method? If bootsnap were patched to use ruby's IO methods I'm unsure what speed benefit you could get with rubyc as the files are all in memory already, it would require some benchmarking. |
I agree, maybe we could add a note in the readme for this. |
Done! ↑ |
I tried to compile my Rails 4.2 project on Ruby 2.4.2 in OSX 10.13.2. It took nearly an 70 minutes to complete. The binary file is 779M (it's a large project with a lot of testing code). When I try to run it, it product the below error message and crashed, could you please help? Thanks a lot!
Please note that compiling and run Rails 5 sample app seems works in the same environment.
The text was updated successfully, but these errors were encountered: