kou commented on code in PR #44989:
URL: https://github.com/apache/arrow/pull/44989#discussion_r1902266233
##########
ci/docker/alpine-linux-3.18-cpp.dockerfile:
##########
@@ -39,8 +39,8 @@ RUN apk add \
grpc-dev \
gtest-dev \
libxml2-dev \
- llvm13-dev \
- llvm13-static \
+ llvm15-dev \
+ llvm15-static \
Review Comment:
Let's try 16 because the default `clang` version is 16:
```suggestion
llvm16-dev \
llvm16-static \
```
--
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]