Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 20, 2024
1 parent 4122a6d commit 775d63c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
ldd /opt/glibc-2.28/lib/ld-linux-x86-64.so.2
export LD_LIBRARY_PATH=/opt/glibc-2.28/lib:$LD_LIBRARY_PATH
echo "running patchelf"
ls /opt/glibc-2.28/lib/
cp /opt/glibc-2.28/lib/* /usr/local/lib64/
echo $LD_LIBRARY_PATH
patchelf --set-interpreter /opt/glibc-2.28/lib/ld-linux-x86-64.so.2 \
--set-rpath /opt/glibc-2.28/lib/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ \
/__e/node20/bin/node
Expand Down

0 comments on commit 775d63c

Please sign in to comment.