Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contexts/turbodbc-wheel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ RUN \
# Ensure requirements.txt is updated whenever turbodbc version bumped
RUN \
set -eux; \
pip wheel --no-cache-dir -w /wheels-tmp turbodbc==4.8.0
pip wheel --no-cache-dir -w /wheels-tmp turbodbc==4.12.1

RUN set -eux; \
auditwheel \
repair \
--plat manylinux_2_35_$(uname -m) \
--only-plat \
--exclude libarrow_python.so \
--exclude libarrow.so.1400 \
--exclude libarrow.so.1600 \
--wheel-dir /wheels \
/wheels-tmp/turbodbc*

Expand Down
2 changes: 1 addition & 1 deletion contexts/turbodbc-wheel/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pybind11>=2.10.4

# hack to ensure turbodbc builds pyarrow bindings
# Ensure this is compatible with the auditwheel --exclude
pyarrow==14.0.1
pyarrow==16.1.0