-
Notifications
You must be signed in to change notification settings - Fork 183
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
Bootsnap causes kamal setup to hang in Ruby 3.3.5 #495
Comments
I changed ruby version to 3.2.5. bootsnap precompile is ok! |
Same issue using Ruby 3.3.6 and Rails 8.0.1. I'm on an Intel mac and the build works if I leave the architecture as default. When targeting arm64 however, it hangs with no output from bootsnap. Steps to reproduce
Expected: If I use The problematic line in the dockerfile is:
Breaking it apart into this shows that it's bootsnap, but gives no ouput:
|
Switching to Ruby 3.2.6 fixes it for me too |
I have a new Rails app, There are some env
Dockerfile
When I run kamal setup
The text was updated successfully, but these errors were encountered: