kou commented on code in PR #45114:
URL: https://github.com/apache/arrow/pull/45114#discussion_r1929443961
##########
docker-compose.yml:
##########
@@ -1338,6 +1338,7 @@ services:
build:
args:
base:
${REPO}:python-wheel-windows-test-vs2019-base-${PYTHON_WHEEL_WINDOWS_TEST_IMAGE_REVISION}
+ llvm: 18
Review Comment:
Do we need this?
##########
.env:
##########
@@ -89,7 +89,7 @@ TZ=UTC
# Used through docker-compose.yml and serves as the default version for the
# ci/scripts/install_vcpkg.sh script. Prefer to use short SHAs to keep the
# docker tags more readable.
-VCPKG="943c5ef1c8f6b5e6ced092b242c8299caae2ff01" # 2024.04.26 Release
+VCPKG="f7423ee180c4b7f40d43402c2feb3859161ef625" # 2024.06.15 Release
Review Comment:
```suggestion
VCPKG="f7423ee180c4b7f40d43402c2feb3859161ef625" # 2024.06.15 Release
```
##########
ci/docker/java-jni-manylinux-201x.dockerfile:
##########
@@ -18,6 +18,8 @@
ARG base
FROM ${base}
+ARG LLVM=18
+
Review Comment:
It seems that we don't need this. (This isn't used.)
--
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]