-
Notifications
You must be signed in to change notification settings - Fork 0
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
update to latest heroku-24 #2688
Comments
heroku-24 removed ghostscript as a default install, which would be inconvenient for us. But it looks like they may be adding it back? So let's hope they do and see if we can wait for a heroku-24 release that includes it before updating. heroku/base-images#324 See also https://www.reddit.com/r/Heroku/comments/1fj3cr4/ghostscript_on_heroku24/ If they don't, it looks like this custom buildpack would probably work (have done some initial but not thorough testing that looked good). https://github.com/thegrizzlylabs/heroku-buildpack-ghostscript |
ok ghostscript is on heroku-24 now, so we could resume this any time! |
OK weird thing trying to deploy to heroku-24 stack -- error on deploy,
Code is the same (including same version of Rails) that deploys properly on Heroku-22.
May file a heroku ticket if I can't find anything soon. The inability to deploy makes it hard to investigate, as I don't have a working heroku-24 with our build stack to log into and look at! |
OK, we do have Maybe that stops being a valid time zone on the ubuntu version in heroku-24? Let's try setting it to |
OK, solved TZ. Now it's failing our system spec for making sure tesseract languages are installed. Because:
It's supposed to actually list hte languages. And there is nothing at Aha, we have an ENV var Aha, we now have tesseract 5.x, so it needs to be: |
libvips-tools
toAptfile
should give us a good recent vips version that will work (I've tested somewhat)The text was updated successfully, but these errors were encountered: