-
Notifications
You must be signed in to change notification settings - Fork 11
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
Binaries built with latest tebako (0.12.11) hang indefinitely #258
Comments
...or not. Mac Intel, CI:
|
Followup: the above issue does not happen when running tebako |
I guess it was mkdir bin
echo "puts 'hello'" > bin/test
tebako press -R 3.2.4 -r bin -e test
chmod +x test
./test It does not hang, it waits for input :) If I press ENTER it works It happens only when I do I will need some time to understand how did I get to this point |
It is fixed by v0.12.12 (both gem and containers, all Ruby versions) Thank you for reporting |
Hi @d4rky-pl, You've been using Tebako for a few months and have helped us a lot—thank you! I’d like to ask if you’d be willing to help us once again by writing a short post for the Tebako blog. We’d love to hear how Tebako has helped you tackle real-world Ruby deployment challenges. Thank you for considering it! cc @ronaldtse |
@maxirmx I'll be happy to do that but my schedule right is now is pretty packed. I'll keep it in mind and let you know when I have the time :) |
Thank you |
When building the binary with the latest (unnanounced in Releases) version of tebako, the binaries do not run correctly and get stuck, hanging indefinitely until killed. This affects all environments we build for (linux, Intel Mac, Apple Silicon Mac).
Building the same project with previous version of tebako (0.12.10) works just fine.
Reproduction steps
The text was updated successfully, but these errors were encountered: