-
-
Notifications
You must be signed in to change notification settings - Fork 86
Heroku Deployment fails, gmp needed #9
Comments
libgmp is there since 0.16 at least. Are you using big_* explicitly in your code? We might need to work something similar to https://github.com/begriffs/heroku-buildpack-ghc to get gmp installed by default in heroku just in case :-( Or finding/building a buildpack to install gmp, but I am not sure that will work. |
i added sidekiq as a dependency and sidekiq uses |
@mperham do you think you can remove the patch, it looks like this got fixed in a newer version of crystal. |
Yep, this was needed pre-0.18 but no more, removed from master. |
@mperham thanks so much! |
Isn't it nice when the "fix" is to delete code? :-) Let's leave this open until gmp or other runtime dependencies are added in the buildpack. |
@bcardiff i worked on a couple of buildpacks before, i will try to add gmp to the buildpack, to remove this restriction. |
@beanieboi if you can write a fixture + unit test that covers this problem after #12 is merged, it should be easy to confirm the fix works. |
@bacongobbler sure, will look into it. |
it looks like gmp is a new dependency in Crystal 0.18? i remember that the deployment worked fine with 0.17.
The text was updated successfully, but these errors were encountered: