You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[hyperactor] mesh: make it work with cargo on a mac
Pull Request resolved: #1425
1) PR_DEATHSIG is a Linux feature; hide it behind a feature flag
2) heuristically find cargo-built resources in place of buck
Note that (2) is not a true solution: Cargo does not take these binaries as a dependence on the tests, and thus will not automatically rebuild them. Cargo apparently will do this for integration tests, however; we should consider converting the relevant tests to integration tests.
ghstack-source-id: 314156439
Differential Revision: [D83882828](https://our.internmc.facebook.com/intern/diff/D83882828/)
**NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D83882828/)!
0 commit comments