Skip to content

Commit 6518f04

Browse files
committed
Try release build type for pyarrow
Possibly a regression stemming from abseil/abseil-cpp@f3760b4
1 parent 748c31e commit 6518f04

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ci/docker/conda-python.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN mamba install -q -y \
3434

3535
ENV ARROW_ACERO=ON \
3636
ARROW_BUILD_STATIC=OFF \
37+
ARROW_BUILD_TYPE=Release \
3738
ARROW_BUILD_TESTS=OFF \
3839
ARROW_BUILD_UTILITIES=OFF \
3940
ARROW_COMPUTE=ON \

ci/docker/ubuntu-24.04-cpp.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ ENV ARROW_ACERO=ON \
177177
ARROW_AZURE=ON \
178178
ARROW_BUILD_STATIC=ON \
179179
ARROW_BUILD_TESTS=ON \
180+
ARROW_BUILD_TYPE=Release \
180181
ARROW_DEPENDENCY_SOURCE=SYSTEM \
181182
ARROW_DATASET=ON \
182183
ARROW_FLIGHT=ON \

0 commit comments

Comments
 (0)