Skip to content

fix(ci): install compatible patchelf for auditwheel - #397

Merged
ASuresh0524 merged 2 commits into
StarTrail-org:mainfrom
KevinBarrus:fix/linux-auditwheel-patchelf
Aug 21, 2026
Merged

fix(ci): install compatible patchelf for auditwheel#397
ASuresh0524 merged 2 commits into
StarTrail-org:mainfrom
KevinBarrus:fix/linux-auditwheel-patchelf

Conversation

@KevinBarrus

Copy link
Copy Markdown
Contributor

What does this PR do?

Installs patchelf>=0.14.5 alongside auditwheel in Linux wheel-build jobs.

The Ubuntu runners provide patchelf 0.14.3, while the current auditwheel repair step requires 0.14.5 or newer. This caused every Linux wheel build to fail during auditwheel repair after packages had built successfully.

Related Issues

N/A

Validation

  • pre-commit run check-yaml --files .github/workflows/build-reusable.yml
  • Installed the same auditwheel and patchelf>=0.14.5 combination in a clean virtual environment; verified patchelf 0.19.1 and auditwheel 6.8.1 run successfully.

@ASuresh0524
ASuresh0524 merged commit b901a2f into StarTrail-org:main Aug 21, 2026
3 checks passed
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