Skip to content

Commit

Permalink
Add comment about cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 9, 2024
1 parent a6a6dee commit d491a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/docker/linux-apt-python-313-freethreading.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ RUN ${ARROW_PYTHON_VENV}/bin/python -m pip install \
-r arrow/python/requirements-build.txt \
-r arrow/python/requirements-test.txt

# We want to run the PyArrow test suite with the GIL disabled, but cffi
# (more precisely, the `_cffi_backend` module) currently doesn't declare
# itself safe to run without the GIL.
# Therefore set PYTHON_GIL to 0.
ENV ARROW_ACERO=ON \
ARROW_BUILD_STATIC=OFF \
ARROW_BUILD_TESTS=OFF \
Expand Down

0 comments on commit d491a7b

Please sign in to comment.