Skip to content

Commit

Permalink
Merge pull request #20 from yuchen0cc/main
Browse files Browse the repository at this point in the history
add execution permission for lib
  • Loading branch information
liulanzheng authored Dec 12, 2024
2 parents 5799f82 + c9c9b0b commit cf262a7
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 cf262a7

Please sign in to comment.