Skip to content

Commit

Permalink
add execution permission for lib
Browse files Browse the repository at this point in the history
Signed-off-by: yuchen.cc <[email protected]>
  • Loading branch information
yuchen0cc committed Dec 12, 2024
1 parent 5799f82 commit c9c9b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV PY_ABI_TAG=cp${PY_VER}-cp${PY_VER}
RUN export PATH="/opt/python/${PY_ABI_TAG}/bin:$PATH" && \
python3 -V && \
libconnector=$(find . -type f -name "oss_*.cpython-${PY_VER}-x86_64-linux-gnu.so") && \
chmod +x ${libconnector} && \
echo -e "[build_ext]\nlibrary_path=${libconnector}" > setup.cfg && \
cat setup.cfg && \
python3 -u setup.py bdist_wheel && \
Expand Down

0 comments on commit c9c9b0b

Please sign in to comment.