Closed Frzk closed 5 months ago
There are cases where we advise users to use STACK=heroku-xx. In such cases, the download URL is not properly built, preventing the runtime download to succeed.
STACK=heroku-xx
It's also the case for our -minimal stacks.
-minimal
The faulty line is this one: https://github.com/Scalingo/python-buildpack/blob/e76fa409a960f40a0530c53d81c8ef3a190b0dc9/bin/steps/python#L44
Fixed by #103
There are cases where we advise users to use
STACK=heroku-xx
. In such cases, the download URL is not properly built, preventing the runtime download to succeed.It's also the case for our
-minimal
stacks.The faulty line is this one: https://github.com/Scalingo/python-buildpack/blob/e76fa409a960f40a0530c53d81c8ef3a190b0dc9/bin/steps/python#L44