Skip to content

Conversation

@brettcannon
Copy link

Node 24.11 requires glibc 2.28, so bundled CLI binaries in the Python wheels won't run on systems with only glibc 2.17.

  • Update manylinux_2_17manylinux_2_28 for linux-x64 and linux-arm64 platform tags in python/scripts/build-wheels.mjs
  • Add comment documenting the Node version dependency for the platform tags

Copilot AI and others added 3 commits February 10, 2026 22:16
Co-authored-by: brettcannon <54418+brettcannon@users.noreply.github.com>
Co-authored-by: brettcannon <54418+brettcannon@users.noreply.github.com>
@brettcannon brettcannon requested a review from a team as a code owner February 10, 2026 23:12
Copilot AI review requested due to automatic review settings February 10, 2026 23:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Python wheel build script’s Linux wheel platform tags to reflect the newer glibc baseline required by the bundled Copilot CLI (which now includes Node 24.11).

Changes:

  • Bump Linux wheel tags from manylinux_2_17 to manylinux_2_28 for linux-x64 and linux-arm64.
  • Add an inline comment documenting the Node version dependency driving the tag choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants