Jedi18 opened a new pull request #11784: URL: https://github.com/apache/arrow/pull/11784
I attempted to build arrow c++ by following the docs https://arrow.apache.org/docs/developers/cpp/building.html . However in the vcpkg install command ``` vcpkg install \ --x-manifest-root cpp \ --feature-flags=versions \ --clean-after-build ``` I get this error - `Error: abseil:[email protected] is only supported on '(x64 | arm64) & (linux | osx | windows)'` This is related to this https://github.com/microsoft/vcpkg/issues/21077 issue, the PR for which was merged just 27 days ago. The baseline commit in the vcpkg manifest is before that so I've updated the manifest to use the latest commit from vcpkg master. -- 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]
