Skip to content

[WIP] Fix failing GitHub Actions job 'cp312-manylinux_x86_64' - #165

Closed
daducci with Copilot wants to merge 1 commit into
masterfrom
copilot/fix-failing-github-actions-job
Closed

[WIP] Fix failing GitHub Actions job 'cp312-manylinux_x86_64'#165
daducci with Copilot wants to merge 1 commit into
masterfrom
copilot/fix-failing-github-actions-job

Conversation

CopilotAI commented Aug 5, 2026

Copy link
Copy Markdown
  • Investigate CI failure: cp312-manylinux_x86_64 fails with "NumPy requires GCC >= 10.3" (GCC 10.2.1 is installed in the manylinux2014/manylinux_2_17 image)
  • Fix: configure cibuildwheel to use manylinux_2_28 container image (which ships GCC >= 10.3)
  • Verify no regressions

Sign up for freeto 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

@daducci