Skip to content

Commit bd5564b

Browse files
committed
Don't run PyArrow's Gandiva test
1 parent 916fa77 commit bd5564b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ci/docker/fedora-39-cpp.dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ RUN /arrow/ci/scripts/install_gcs_testbench.sh default
7676
COPY ci/scripts/install_sccache.sh /arrow/ci/scripts/
7777
RUN /arrow/ci/scripts/install_sccache.sh unknown-linux-musl /usr/local/bin
7878

79+
# PYARROW_TEST_GANDIVA=OFF: GH-39695: We need to make LLVM symbols visible in
80+
# Python process explicitly if we use LLVM 17 or later.
7981
ENV absl_SOURCE=BUNDLED \
8082
ARROW_ACERO=ON \
8183
ARROW_BUILD_TESTS=ON \
@@ -103,4 +105,5 @@ ENV absl_SOURCE=BUNDLED \
103105
google_cloud_cpp_storage_SOURCE=BUNDLED \
104106
PARQUET_BUILD_EXAMPLES=ON \
105107
PARQUET_BUILD_EXECUTABLES=ON \
106-
PATH=/usr/lib/ccache/:$PATH
108+
PATH=/usr/lib/ccache/:$PATH \
109+
PYARROW_TEST_GANDIVA=OFF

0 commit comments

Comments
 (0)