jonkeane commented on code in PR #45150: URL: https://github.com/apache/arrow/pull/45150#discussion_r1903117176
########## ci/docker/debian-experimental-cpp.dockerfile: ########## @@ -111,13 +112,13 @@ RUN /arrow/ci/scripts/install_sccache.sh unknown-linux-musl /usr/local/bin # Prioritize system packages and local installation. ENV ARROW_ACERO=ON \ ARROW_AZURE=ON \ - ARROW_BUILD_TESTS=ON \ + ARROW_BUILD_TESTS=OFF \ ARROW_DATASET=ON \ ARROW_DEPENDENCY_SOURCE=SYSTEM \ ARROW_DATASET=ON \ ARROW_FLIGHT=ON \ ARROW_FLIGHT_SQL=ON \ - ARROW_GANDIVA=ON \ + ARROW_GANDIVA=OFF \ Review Comment: Ah yeah, for posterity / anyone else reading: ``` /usr/include/c++/15/ciso646:46:4: error: #warning "<ciso646> is deprecated in C++17, use <version> to detect implementation-specific macros" [-Werror=cpp] 46 | # warning "<ciso646> is deprecated in C++17, use <version> to detect implementation-specific macros" | ^~~~~~~ cc1plus: all warnings being treated as errors ``` I think this is ok for now. I'm preparing the small thrift patch for CRAN. We don't build tests or Gandiva there so we won't get hit with these. We can deal with them (or ideally they are dealt with upstream...) when GCC 15 is actually released -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org