You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "sjperkins (via GitHub)" <gi...@apache.org> on 2023/04/12 14:17:27 UTC

[GitHub] [arrow] sjperkins commented on a diff in pull request #34818: GH-33804: [Python] Add support for manylinux_2_28 wheel

sjperkins commented on code in PR #34818:
URL: https://github.com/apache/arrow/pull/34818#discussion_r1164203060


##########
.env:
##########
@@ -97,7 +97,9 @@ DEVTOOLSET_VERSION=
 # actions cache up to date for the macOS wheels:
 #   https://github.com/ursacomputing/crossbow/blob/master/.github/workflows/cache_vcpkg.yml
 # vcpkg minimum version "09adfdc8cdad76345b7cc7f3305899e1cbd66297" due to CVE-2022-3786
-VCPKG="2871ddd918cecb9cb642bcb9c56897f397283192"
+# VCPKG="a7b6122f6b6504d16d96117336a0562693579933"  # 2023.02.24 release version
+# TODO(sjperkins): Change to an official release version
+VCPKG="b619a233fbf7b2c9765fb4458f3ecb05bd3166e3"    # 2023.04.03

Review Comment:
   The above isn't a released version (but does contain the openssl linux-headers fixes). Would it make sense to wait for a new release? vcpkg seems to release every 2 months.



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org