Skip to content

Commit cf262a7

Browse files
authored
Merge pull request #20 from yuchen0cc/main
add execution permission for lib
2 parents 5799f82 + c9c9b0b commit cf262a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheel/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ENV PY_ABI_TAG=cp${PY_VER}-cp${PY_VER}
1414
RUN export PATH="/opt/python/${PY_ABI_TAG}/bin:$PATH" && \
1515
python3 -V && \
1616
libconnector=$(find . -type f -name "oss_*.cpython-${PY_VER}-x86_64-linux-gnu.so") && \
17+
chmod +x ${libconnector} && \
1718
echo -e "[build_ext]\nlibrary_path=${libconnector}" > setup.cfg && \
1819
cat setup.cfg && \
1920
python3 -u setup.py bdist_wheel && \

0 commit comments

Comments
 (0)