Heroku timeout with custom Buildpack -


i have custom heroku buildpack compiles cmake , opencv. problem is, opencv takes forever compile. i've tried precompiling opencv , pulling in during build; however, have not yet been successful in doing so.

i came across compile_timeout=n env variable can set override 15 minute timeout, it's not working. know if env still supported? or if there approach besides precompiling?

i ideally have flexibility of compiling on fly if update latest version of opencv (compilations cached on heroku i'm not waiting around full build on every deploy).

i think best shot build binaries beforehand. however, heroku still doesn't have great support this.

see these links suggestions:


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -