cool-easter-32542
07/24/2024, 7:46 AMdocker_environment somehow to run the build
3. drop support for manylinux2014/glibc 2.17, i.e. increase our platform requirements
Background: #21133, #21172
• Our linux releases are built within containers, to have manylinux2014 compatibility (glibc 2.17). https://github.com/huonw/pants/blob/a46b4a8fb27a4c14888bfc920b7e5f30d5f5635e/src/python/pants_release/generate_github_workflows.py#L881-L888
• These containers can run node16, but not node20 (requires glibc 2.23).
• GitHub Actions now requires node20 (refs: one, two).
• Thus, our actions are stuck on the versions that use node16, not the latest node20 ones.
Pants version
all
OS
Linux CI
Additional info
N/A
pantsbuild/pants