raulcd commented on PR #44989: URL: https://github.com/apache/arrow/pull/44989#issuecomment-2569160594
@kou any idea what could be the issue on the alpine failure: ``` [20/1114] Generating ../irhelpers.bc ninja: job failed: cd /build/cpp/src/gandiva/precompiled && /usr/lib/llvm14/bin/llvm-link -o /build/cpp/src/gandiva/irhelpers.bc /build/cpp/src/gandiva/precompiled/arithmetic_ops.bc /build/cpp/src/gandiva/precompiled/bitmap.bc /build/cpp/src/gandiva/precompiled/decimal_ops.bc /build/cpp/src/gandiva/precompiled/decimal_wrapper.bc /build/cpp/src/gandiva/precompiled/extended_math_ops.bc /build/cpp/src/gandiva/precompiled/hash.bc /build/cpp/src/gandiva/precompiled/print.bc /build/cpp/src/gandiva/precompiled/string_ops.bc /build/cpp/src/gandiva/precompiled/time.bc /build/cpp/src/gandiva/precompiled/timestamp_arithmetic.bc /build/cpp/src/gandiva/precompiled/basic_decimal.bc /usr/lib/llvm14/bin/llvm-link: /build/cpp/src/gandiva/precompiled/arithmetic_ops.bc: error: Opaque pointers are only supported in -opaque-pointers mode (Producer: 'LLVM16.0.6' Reader: 'LLVM 14.0.6') /usr/lib/llvm14/bin/llvm-link: error: loading file '/build/cpp/src/gandiva/precompiled/arithmetic_ops.bc' ninja: subcommand failed ``` I tried to bump the alpine version used to have a newer cmake but ths is causing some issues: ```diff ARG arch=amd64 - FROM ${arch}/alpine:3.16 + FROM ${arch}/alpine:3.18 RUN apk add \ bash \ @@ -39,8 +39,8 @@ RUN apk add \ grpc-dev \ gtest-dev \ libxml2-dev \ - llvm13-dev \ - llvm13-static \ + llvm14-dev \ + llvm14-static \ lz4-dev \ make \ musl-locales \ ``` -- 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