hhvm / homebrew-hhvm

Official Mac OS X Homebrew formula for HHVM
MIT License
81 stars 22 forks source link

Detect when rebuilds are needed #132

Open fredemmott opened 5 years ago

fredemmott commented 5 years ago

Homebrew periodically updates dependencies, and old versions are not installable. HHVM needs rebuilding when this happens.

It would be good to automate a check for this; this could either look at our dependencies (brew deps) and when they were last updated, or try installing the bottle and executing a hello world hack file + executing the typechecker, and triggering rebuilds for all supported releases if necessary