Description
Pyre Feature Request
Is your feature request related to a problem? Please describe.
PyTorch CI is still based on glibc-2.28 linux images because PyTorch binaries still need to support very old linux versions (https://dev-discuss.pytorch.org/t/pytorch-linux-wheels-switching-to-new-wheel-build-platform-manylinux-2-28-on-november-12-2024/2581). We would like to run Pyre as part of the linter job for some of the PyTorch libraries, but pip install pyre-check
only gives a Pyre binary that's built on glibc-2.29 hence not runnable on 2.28 linux machine.
Describe the solution you'd like
If Pyre release can include binaries that are built against glibc-2.28, it would make adopting Pyre in the PyTorch libraries much easier.
Describe alternatives you've considered
Currently we have to do a source-build of Pyre within the CI job. It's about 10 minutes and we want to save this machine time.
Additional context
n/a