raulcd commented on issue #43204: URL: https://github.com/apache/arrow/issues/43204#issuecomment-2220214887
With the help from @midnattsol we have tried on the arm64 boxes: ``` [root@ip-10-20-24-127 ~]# curl --fail -L https://github.com/apache/thrift/archive/0.20.0.tar.gz --create-dirs --output /opt/vcpkg/downloads/apache-thrift-0.20.0.tar.gz.62659.part [root@ip-10-20-24-127 ~]# sha512sum /opt/vcpkg/downloads/apache-thrift-0.20.0.tar.gz.62659.part 86a609f5725506abc2109902b338cbaad85abf980f9d28c63e6e50a5c265dc10699372c4e91f5ee85d8d09fbcbb0dc17c19745b86d215b96bbf7d0a9270f0932 /opt/vcpkg/downloads/apache-thrift-0.20.0.tar.gz.62659.part ``` and the sha is not the correct one. The problem seems to be the `https://github.com/apache/thrift/archive/0.20.0.tar.gz` is wrong versus `https://github.com/apache/thrift/archive/refs/tags/v0.20.0.tar.gz` which is correct. I am not sure how to proceed at this point, maybe raise an issue on vcpkg? -- 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]
