hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 63 forks source link

Don't build hhbc_ast_cbindgen in parallel #321

Closed Atry closed 1 year ago

Atry commented 1 year ago

Recently the build pipeline on AWS is flaky. The error logs seem to be related with concurrent executions of invoke_cargo.sh when building the hhbc_ast_cbindgen target.

This PR tries to mitigate the flakiness by not building hhbc_ast_cbindgen in parallel.