Still WIP for me. Verified:
- C++, Python, Java, binaries on Ubuntu Linux 18.04/AMD64
- C++, Python, Java on MacOS 12.3/AArch64

* MacOS required Rosetta installed to generate Protobuf sources for Java
* I needed https://github.com/apache/arrow/pull/14477 to verify APT packages on 
Linux
* I needed https://github.com/apache/arrow/pull/14479 to verify native wheels 
on MacOS

I cannot verify universal2 wheels on MacOS as the binaries are for macosx_10_14 
but the script hardcodes macosx_11_0. And if I edit the filename in the script, 
I get "...macosx_10_14_universal2.whl is not a supported wheel on this 
platform". Is this intended?

On Fri, Oct 21, 2022, at 14:01, Jacob Wujciak wrote:
> +1 (non-binding) verified on Manjaro with CUDA:
>
> TEST_DEFAULT=0 \
>   TEST_SOURCE=0 \
>   TEST_INTEGRATION_CPP=1 \
>   TEST_CPP=1 \
>   TEST_PYTHON=1 \
>   dev/release/verify-release-candidate.sh 10.0.0 0
>
> TEST_DEFAULT=0 \
>   TEST_SOURCE=0 \
>   TEST_BINARY=1 \
>   dev/release/verify-release-candidate.sh 10.0.0 0
>
> with:
>   gcc 12.2.2
>   cuda_11.7.r11.7/compiler.31442593_0
>   python 3.10.7
>
> Thanks!
>
> On Fri, Oct 21, 2022 at 8:07 AM Sutou Kouhei <k...@clear-code.com> wrote:
>
>> Hi,
>>
>> I would like to propose the following release candidate (RC0) of Apache
>> Arrow version 10.0.0. This is a release consisting of 470
>> resolved JIRA issues[1].
>>
>> This release candidate is based on commit:
>> 89f9a0948961f6e94f1ef5e4f310b707d22a3c11 [2]
>>
>> The source release rc0 is hosted at [3].
>> The binary artifacts are hosted at [4][5][6][7][8][9][10][11].
>> The changelog is located at [12].
>>
>> Please download, verify checksums and signatures, run the unit tests,
>> and vote on the release. See [13] for how to validate a release candidate.
>>
>> See also a verification result on GitHub pull request [14].
>>
>> The vote will be open for at least 72 hours.
>>
>> [ ] +1 Release this as Apache Arrow 10.0.0
>> [ ] +0
>> [ ] -1 Do not release this as Apache Arrow 10.0.0 because...
>>
>> [1]:
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%2010.0.0
>> [2]:
>> https://github.com/apache/arrow/tree/89f9a0948961f6e94f1ef5e4f310b707d22a3c11
>> [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-10.0.0-rc0
>> [4]: https://apache.jfrog.io/artifactory/arrow/almalinux-rc/
>> [5]: https://apache.jfrog.io/artifactory/arrow/amazon-linux-rc/
>> [6]: https://apache.jfrog.io/artifactory/arrow/centos-rc/
>> [7]: https://apache.jfrog.io/artifactory/arrow/debian-rc/
>> [8]: https://apache.jfrog.io/artifactory/arrow/java-rc/10.0.0-rc0
>> [9]: https://apache.jfrog.io/artifactory/arrow/nuget-rc/10.0.0-rc0
>> [10]: https://apache.jfrog.io/artifactory/arrow/python-rc/10.0.0-rc0
>> [11]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/
>> [12]:
>> https://github.com/apache/arrow/blob/89f9a0948961f6e94f1ef5e4f310b707d22a3c11/CHANGELOG.md
>> [13]:
>> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
>> [14]: https://github.com/apache/arrow/pull/14466
>>

Reply via email to