Closed Atry closed 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
Another missing dependency is krb5 https://github.com/facebook/hhvm/blob/44c66611211a059dc8bb95392a197ad98b1ba72a/CMake/HPHPFindLibs.cmake#L301
krb5
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