Skip to content

Commit 74625fe

Browse files
committed
Update RC.yml for other builds.
1 parent f59ef8f commit 74625fe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/rc.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ jobs:
107107
- name: Extract source archive
108108
run: |
109109
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
110-
- name: Download the latest Apache Arrow C++
111-
if: github.event_name != 'schedule'
112-
run: |
113-
ci/scripts/download_cpp.sh
110+
# - name: Download the latest Apache Arrow C++
111+
# if: github.event_name != 'schedule'
112+
# run: |
113+
# ci/scripts/download_cpp.sh
114114
- name: Checkout Apache Arrow C++
115-
if: github.event_name == 'schedule'
115+
# if: github.event_name == 'schedule'
116116
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
117117
with:
118118
repository: apache/arrow
@@ -174,12 +174,12 @@ jobs:
174174
- name: Extract source archive
175175
run: |
176176
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
177-
- name: Download the latest Apache Arrow C++
178-
if: github.event_name != 'schedule'
179-
run: |
180-
ci/scripts/download_cpp.sh
177+
# - name: Download the latest Apache Arrow C++
178+
# if: github.event_name != 'schedule'
179+
# run: |
180+
# ci/scripts/download_cpp.sh
181181
- name: Checkout Apache Arrow C++
182-
if: github.event_name == 'schedule'
182+
# if: github.event_name == 'schedule'
183183
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
184184
with:
185185
repository: apache/arrow

0 commit comments

Comments
 (0)