Alex Hornby 11f351855f enable system packages for proxygen (#542)
Summary:
Pull Request resolved: https://github.com/facebook/proxygen/pull/542

update proxgen github builds to use system packages

github mac runners have python3.13 installed, which has removed the pipes module.  proxygen jobs were configured not to use the homebrew system packages, so it tried to build ninja from source, which fails as it uses pipes in its build script.  switching to system packages fixes it, plus makes the builds faster.

Reviewed By: jbeshay

Differential Revision: D67866148

fbshipit-source-id: 1c90e6eecced1d7208982f9568f67c1ec5a60077
2025-01-07 05:21:20 -08:00
..