assignUser commented on code in PR #12893: URL: https://github.com/apache/arrow/pull/12893#discussion_r850771825
########## ci/vcpkg/ports.patch: ########## @@ -1,145 +1,3 @@ -diff --git a/ports/aws-c-auth/vcpkg.json b/ports/aws-c-auth/vcpkg.json -index dc8f75e8..be703324 100644 ---- a/ports/aws-c-auth/vcpkg.json -+++ b/ports/aws-c-auth/vcpkg.json -@@ -4,7 +4,7 @@ - "port-version": 1, - "description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.", - "homepage": "https://github.com/awslabs/aws-c-auth", -- "supports": "!arm & !uwp", Review Comment: They changed `!arm` to `!(windows & arm)` e.g. https://github.com/microsoft/vcpkg/blob/master/ports/aws-c-auth/vcpkg.json#L7 So I think these are no longer necessary? -- 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]
