Skip to content

Commit

Permalink
doc: Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobni committed Jul 14, 2024
1 parent d43b322 commit 9c8c88e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python/pants_release/generate_github_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@


def action(name: str, node16_compat: bool = False) -> str:
# Versions of actions compatible with node16 and the `ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION` setting.
# glibc 2.17 is required to build manylinux_2014 wheels, but node.js does do not ship glibc 2.17 compatible
# binaries for node >= v17.
if node16_compat:
return {
"checkout": "actions/checkout@v3",
Expand Down

0 comments on commit 9c8c88e

Please sign in to comment.