hhvm / packaging

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

Don't build hack_dune in parallel #322

Closed Atry closed 1 year ago

Atry commented 1 year ago

Similar to #321, hack_dune would trigger invoke_cargo.sh, and some flaky builds happen when building hack_dune. This PR tries to mitigate the flakiness by not building hack_dune in parallel.