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 5a83d95 commit fc51157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
rm -fr glibc-2.28 glibc-2.28.tar.gz
echo "running ldd"
ldd /opt/glibc-2.28/lib/ld-linux-x86-64.so.2
export LD_LIBRARY_PATH=/opt/glibc-2.18/lib:$LD_LIBRARY_PATH
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/ \
Expand Down

0 comments on commit fc51157

Please sign in to comment.