hhvm / homebrew-hhvm

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

Add the dependency to fribidi #150

Closed Atry closed 2 years ago

Atry commented 2 years ago

Recently the Github Actions fail constantly in hhvm/hhast.

https://github.com/hhvm/hhast/actions

One of the reason is missing dependency to fridibi.

This PR added the missing dependency.

Test Plan: The hhast CI should pass, similar to https://github.com/Atry/hhast/blob/3c3c6aa23a02aa9eb232060f9462071ede284137/.github/workflows/build-and-test.yml

Atry commented 2 years ago

Another missing dependency is krb5 https://github.com/facebook/hhvm/blob/44c66611211a059dc8bb95392a197ad98b1ba72a/CMake/HPHPFindLibs.cmake#L301