Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Nov 19, 2023
1 parent c657825 commit b2ba426
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ jobs:
run: |
set -u
find _build/${MIX_ENV}/lib/beaver/native_install/lib -name "*.so*" -maxdepth 1 -type f | while read sofile; do
echo "==> working on: $sofile"
echo "==> before replace needed"
patchelf --print-needed $sofile
patchelf --replace-needed libMLIRBeaver.so.18 libMLIRBeaver.so $sofile
patchelf --replace-needed libMLIRBeaver.so libMLIRBeaver.so $sofile
echo "==> after"
patchelf --print-needed $sofile
Expand Down

0 comments on commit b2ba426

Please sign in to comment.