-
Notifications
You must be signed in to change notification settings - Fork 235
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
Add Support for Heroku-22 #160
Comments
Luckily, the |
@virtualstaticvoid I can see that the sources have already been updated with support for Heroku-22. But I'm not sure if it's something I do wrong, or the buildpack has not been deployed to AWS yet (or something... not sure how the process looks like 😬 ), but I get errors when I try to add the buildpack to Heroku-22 stack. When the buildpack is added as
Then the buildpack is added as
|
Yeah, I haven't been able to publish the static assets yet due to test failures with virtualstaticvoid/heroku-buildpack-r-build2#11. I'll revert the update to the |
@karolsarnacki FYI, the static assets have now been published for |
@virtualstaticvoid Thank you for letting me know. I'm still getting 403 errors when I try to install the buildpack, though: Buildpack
Buildpack
|
Ah okay, I didn't include |
I've also update the README to add a table listing the combination of R and Heroku stack versions. |
@virtualstaticvoid Thank you, that fixed my builds! :) I think there's one place that's still not updated: https://elements.heroku.com/buildpacks/virtualstaticvoid/heroku-buildpack-r Thank you for maintaining this buildpack! |
Thanks @karolsarnacki I've done another release on the Elements page, so should be up-to-date now. I need to figure out a GitHub Action to do this, so I don't forget again.
|
The Heroku-22 stack was just released:
https://devcenter.heroku.com/changelog-items/2429
In Heroku-22, there is no longer a system install of Ruby:
https://devcenter.heroku.com/articles/heroku-22-stack#system-ruby-is-no-longer-installed
This buildpack uses Ruby here:
heroku-buildpack-r/bin/compile
Line 263 in 77319b3
https://github.com/virtualstaticvoid/heroku-buildpack-r/blob/77319b361aee3473fb2a01ab8ea9ef3f18f4edf4/bin/copy_libs.rb
In order for this buildpack to work on Heroku-22, one of the following will be necessary:
heroku/ruby
buildpack prior to this one (they will also need to add a minimalGemfile
to their app source, so the Ruby buildpack passes detection).The text was updated successfully, but these errors were encountered: