Closed Atry closed 2 years ago
Triggered bin/build-on-aws 2022.02.02 BuildAndPublishMacOS
to test this PR
These can also be retried by clicking on a failed run in Azure, then picking 'rerun failed jobs'; this will pick up the new version of this repo.
As there isn't (wasn't) an API for triggering jobs, they're keyed to commits in the build-triggers
branch, not master
No significant difference in retry approach, just a little quicker and fewer moving parts.
The mac build fails constantly since https://github.com/facebook/hhvm/commit/8c8f1bad16e5b485fd94311df7031327bfcfb0b7, which uses the CLI tool
realpath
, which was not installed. This PR installs the required tool.