I have a Rails application for which some functions need a Free Pascal Compiler . Everything works fine locally, but I want to deploy it to Heroku now. Is there any way to install the compiler there?
EDIT:
I tried these steps . As a result, I created these two repositories ( fpc files , my buildpack ). At the end, I installed:
heroku config:add BUILDPACK_URL=https:
As an answer, I received:
Setting BUILDPACK_URL and restarting ⬢ farma-alg-reborn... done, v17
BUILDPACK_URL: https:
I clicked on Heroku and did not get any errors, but the compiler was still not available in my application.
source
share