Skip to content

Commit

Permalink
chore(ci): pin build dependencies to work around issues
Browse files Browse the repository at this point in the history
Work around #2176.

Fixes #2163.
  • Loading branch information
lidavidm committed Sep 26, 2024
1 parent f2b5f8d commit 95b4fd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ci/conda_env_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ pandas
pyarrow-all
pyright
pytest
setuptools
# TODO(https://github.com/apache/arrow-adbc/issues/2176): pin for now because
# gobject-introspection uses a deprecated/removed API
setuptools <74

# For integration testing
polars
Expand Down
4 changes: 3 additions & 1 deletion ci/scripts/python_wheel_unix_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ check_visibility $ADBC_SNOWFLAKE_LIBRARY

# https://github.com/pypa/pip/issues/7555
# Get the latest pip so we have in-tree-build by default
python -m pip install --upgrade pip auditwheel cibuildwheel delocate setuptools wheel
# https://github.com/apache/arrow-adbc/issues/2163
# Pin cibuildwheel for now
python -m pip install --upgrade pip auditwheel 'cibuildwheel<2.21' delocate setuptools wheel

# Build with Cython debug info
export ADBC_BUILD_TYPE="debug"
Expand Down

0 comments on commit 95b4fd1

Please sign in to comment.