We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916fa77 commit bd5564bCopy full SHA for bd5564b
1 file changed
ci/docker/fedora-39-cpp.dockerfile
@@ -76,6 +76,8 @@ RUN /arrow/ci/scripts/install_gcs_testbench.sh default
76
COPY ci/scripts/install_sccache.sh /arrow/ci/scripts/
77
RUN /arrow/ci/scripts/install_sccache.sh unknown-linux-musl /usr/local/bin
78
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.
81
ENV absl_SOURCE=BUNDLED \
82
ARROW_ACERO=ON \
83
ARROW_BUILD_TESTS=ON \
@@ -103,4 +105,5 @@ ENV absl_SOURCE=BUNDLED \
103
105
google_cloud_cpp_storage_SOURCE=BUNDLED \
104
106
PARQUET_BUILD_EXAMPLES=ON \
107
PARQUET_BUILD_EXECUTABLES=ON \
- PATH=/usr/lib/ccache/:$PATH
108
+ PATH=/usr/lib/ccache/:$PATH \
109
+ PYARROW_TEST_GANDIVA=OFF
0 commit comments