Hi,
It's useful!
We have two options to use this:
1. Use this on https://github.com/apache/arrow
2. Use this on https://github.com/ursacomputing/crossbow/
1. is for CI of each commit/pull request.
2. is for CI of daily build and "@github-actions crossbow
submit ..." comment in pull request
On Thu, Oct 21, 2021 at 11:53 PM Sutou Kouhei wrote:
>
> Hi,
>
> It's useful!
>
> We have two options to use this:
>
> 1. Use this on https://github.com/apache/arrow
> 2. Use this on https://github.com/ursacomputing/crossbow/
>
> 1. is for CI of each commit/pull request.
>
> 2. is for CI of da
Hi,
I would like to propose the following release candidate (RC3) of Apache
Arrow version 6.0.0. This is a release consisting of 592
resolved JIRA issues[1].
This release candidate is based on commit:
5a5f4ce326194750422ef6f053469ed1912ce69f [2]
The source release rc3 is hosted at [3].
The binar
Thanks. I'm applying for the runner. Will update when ready.
On 10/22/21 6:31 AM, Krisztián Szűcs wrote:
On Thu, Oct 21, 2021 at 11:53 PM Sutou Kouhei wrote:
Hi,
It's useful!
We have two options to use this:
1. Use this on https://github.com/apache/arrow
2. Use this on https://github
+1
Verified c++/python source on ubuntu 20.04, aarch64
ARROW_CMAKE_OPTIONS="-DCMAKE_CXX_COMPILER=/usr/bin/clang++-10
-DCMAKE_C_COMPILER=/usr/bin/clang-10" TEST_DEFAULT=0 TEST_SOURCE=1
TEST_CPP=1 TEST_PYTHON=1 dev/release/verify-release-candidate.sh source
6.0.0 3
On 10/22/21 7:30 AM, Kriszt
+1
I ran the followings on Debian GNU/Linux sid:
* LANG=C \
TZ=UTC \
ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON" \
CUDA_TOOLKIT_ROOT=/usr \
dev/release/verify-release-candidate.sh source 6.0.0 3
* LANG=C dev/release/verify-release-candidate.sh binaries 6.0.0 3
*