heroku / heroku-geo-buildpack

0 stars 2 forks source link

Add missing build time path environment variables #19

Closed edmorley closed 3 years ago

edmorley commented 3 years ago

Ensures that all of the environment variables available at runtime are also available at build time. This is necessary since it's common for apps to be invoked at build time (eg for Django collectstatic), and often this means fully initialising the framework backends, which will fail if expected libraries are not found.

Fixes #15. Closes W-8429195.