File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ jobs:
8585 - name : Patch RPATH for paddle_inference_c.so(linux only)
8686 if : ${{ matrix.rid == 'linux-x64' || matrix.rid == 'linux-arm64' }}
8787 run : |
88- echo "Current RPATH for paddle_inference_c .so"
89- patchelf --print-rpath nuget/paddle_inference_c .so
88+ echo "Current RPATH for libpaddle_inference_c .so"
89+ patchelf --print-rpath nuget/libpaddle_inference_c .so
9090
91- echo "Patching RPATH for paddle_inference_c .so"
92- patchelf --set-rpath '$ORIGIN' nuget/paddle_inference_c .so
91+ echo "Patching RPATH for libpaddle_inference_c .so"
92+ patchelf --set-rpath '$ORIGIN' nuget/libpaddle_inference_c .so
9393
94- echo "RPATH set to '$ORIGIN' for paddle_inference_c .so"
95- patchelf --print-rpath nuget/paddle_inference_c .so
94+ echo "RPATH set to '$ORIGIN' for libpaddle_inference_c .so"
95+ patchelf --print-rpath nuget/libpaddle_inference_c .so
9696
9797 echo "RPATH patched successfully."
9898
You can’t perform that action at this time.
0 commit comments