Skip to content

Commit f5b4031

Browse files
rustyconoverclaude
andcommitted
Fix CI: set LD_LIBRARY_PATH for auditwheel to find libarrow
auditwheel needs to locate libarrow.so.2400 on the library path to bundle it into the repaired wheel. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 191f80e commit f5b4031

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-slim-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
# Repair wheel (bundles system deps, tags as manylinux)
211211
pip install auditwheel
212212
mkdir -p /tmp/repaired
213+
export LD_LIBRARY_PATH="/tmp/arrow-dist/lib:${LD_LIBRARY_PATH:-}"
213214
auditwheel repair "$WHEEL_PATH" -w /tmp/repaired/
214215
215216
# Copy to output

0 commit comments

Comments
 (0)