CHH / heroku-buildpack-php

A more advanced PHP buildpack for Heroku, inspired by the Node.js buildpack
MIT License
265 stars 155 forks source link

Update compilation scripts #171

Closed stof closed 9 years ago

stof commented 9 years ago

This updates the compilation setup to stop relying on vulcan and run the whole compilation in a bucket. This is inspired by the way the official buildpacks are doing things with bob_builder, but keeping the current script structure.

this also adds fixes a few errors in build scripts and make them fail for real on failure