This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 134
Problems with build caching #29
Comments
Some weird caching issue here |
Would suggest that this build pack has issues with |
desaperados
changed the title
Problems deploying on cedar-14
Problems with build caching
Apr 17, 2015
Have tracked this down to being an issue with a non-relase version of the rgeo gem - we had rgeo locked to a particular commit in the Gemfile due to the last release being quite a bit behind master. It would seem that the build pack doesn't correctly handle caching of non-releases. Now using rgeo 0.4.0 which is working as expected. The issue remains but will only affect anyone trying to use a non-release version of the gem. |
Thank you -- I had this exact same problem from pinning rgeo to a specific commit. Purging fixed the issue I was seeing after upgrading to rgeo 0.4.0. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm able to deploy first time to a new cedar-14 heroku application and to an upgraded cedar-14 application after running
heroku repo:purge_cache
. However, subsequent deploys are failing every time with output as below.I'm able only able to deploy with this build pack after running
heroku repo:purge_cache
which suggests a caching issue. Any builds I try without clearing the build cache are failing as below:The text was updated successfully, but these errors were encountered: