raulcd commented on code in PR #47616:
URL: https://github.com/apache/arrow/pull/47616#discussion_r2426139055


##########
ci/docker/python-wheel-musllinux.dockerfile:
##########
@@ -82,6 +82,7 @@ RUN --mount=type=secret,id=github_repository_owner \
       export GITHUB_REPOSITORY_OWNER=$(cat 
/run/secrets/github_repository_owner); \
       export GITHUB_TOKEN=$(cat /run/secrets/github_token); \
       export VCPKG_BINARY_SOURCES=$(cat /run/secrets/vcpkg_binary_sources); \
+      export CMAKE_POLICY_VERSION_MINIMUM=3.5; \

Review Comment:
   we should open an issue to track this so we can remove it in the future. 
This is fine for the current build but it would be better if we not require 
setting `CMAKE_POLICY_VERSION_MINIMUM`.



-- 
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]

Reply via email to