Skip to content

Commit e841744

Browse files
committed
XXX
1 parent aee8a10 commit e841744

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ jobs:
188188
# if: github.event_name == 'schedule'
189189
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190190
with:
191-
repository: apache/arrow
191+
repository: kou/arrow
192+
ref: cpp-arrow-config-macos
192193
path: arrow
193194
- name: Checkout apache/arrow-testing
194195
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

ci/scripts/jni_macos_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ cmake \
106106
-Dre2_SOURCE=BUNDLED \
107107
-GNinja
108108
cmake --build "${build_dir}/cpp" --target install
109+
cat "${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake"
109110
github_actions_group_end
110111

111112
if [ "${ARROW_RUN_TESTS:-}" == "ON" ]; then

0 commit comments

Comments
 (0)