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 670f05c commit 4122a6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,11 @@ 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"
#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/ \
# /usr/local/bin/node
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
echo "running node"
# cp /opt/glibc-2.28/lib
# node --version
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4122a6d

Please sign in to comment.