This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 37988c5d GH-525: [Release] Use released Apache Arrow C++ for RC CI 
(#526)
37988c5d is described below

commit 37988c5d9786c9e98a48ff749d1fc561850fb752
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Jan 16 12:30:29 2025 +0900

    GH-525: [Release] Use released Apache Arrow C++ for RC CI (#526)
    
    Apache Arrow 19.0.0 has been released.
---
 .github/workflows/rc.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml
index 666767ff..60a8a61d 100644
--- a/.github/workflows/rc.yml
+++ b/.github/workflows/rc.yml
@@ -162,10 +162,9 @@ jobs:
       - name: Extract Download the latest Apache Arrow C++
         run: |
           tar -xf apache-arrow-java-*.tar.gz --strip-components=1
-      # We need 19.0.0 for latest Boost support
-      - name: Download the latest RC Apache Arrow C++
+      - name: Download the latest Apache Arrow C++
         run: |
-          ci/scripts/download_cpp.sh latest-rc
+          ci/scripts/download_cpp.sh
       - name: Checkout apache/arrow-testing
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 
v4.2.2
         with:

Reply via email to