amoeba commented on issue #45183: URL: https://github.com/apache/arrow/issues/45183#issuecomment-2574103479
I tracked this down to a recent change in our setup-ubuntu script made in https://github.com/apache/arrow/commit/2533a9e143437481bbb1d3a1fbd14d339cdad98a#diff-0e63916abbe6f2640d5b3713c14b62c952ce93d6bbb4b0d7b17d65ab8e44cead as part of [GH-45047](https://github.com/apache/arrow/issues/45047) which effectively removed `llvm-dev` from our images. (The `--no-install-recommends` version of the clang package doesn't install llvm-dev which provides the necessary LLVMConfig.cmake.) @kou: I think we can just add `llvm-dev` to the main list in setup-ubuntu (so it's always present). What do you think? I've tested locally. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
