The HALCYON_NO_BUILD_DEPENDENCIES option is used to prevent building any dependencies during while performing a git push to Heroku. The Halcyon default is 0, but the buildpack defaults to 1, which is confusing.
[ ] Introduce a new BUILDPACK_FORCE_BUILD option (or similar)
[ ] Restructure tutorial to clarify alternatives (forcing a build vs. using private storage, building on PX dynos vs. building on own machines)
The
HALCYON_NO_BUILD_DEPENDENCIES
option is used to prevent building any dependencies during while performing agit push
to Heroku. The Halcyon default is0
, but the buildpack defaults to1
, which is confusing.BUILDPACK_FORCE_BUILD
option (or similar)CC @fizruk @kbence