Skip to content

Commit 75c2615

Browse files
committed
try again
1 parent 9991893 commit 75c2615

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/rc.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,16 +299,11 @@ jobs:
299299
shell: bash
300300
run: |
301301
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
302-
- name: Download the latest Apache Arrow C++
303-
if: github.event_name != 'schedule'
304-
shell: bash
305-
run: |
306-
ci/scripts/download_cpp.sh
307302
- name: Checkout Apache Arrow C++
308-
if: github.event_name == 'schedule'
309303
uses: actions/checkout@v7
310304
with:
311305
repository: apache/arrow
306+
ref: main
312307
path: arrow
313308
- name: Set up Java
314309
uses: actions/setup-java@v5

ci/scripts/jni_macos_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ cmake \
7474
-B "${build_dir}/cpp" \
7575
--preset=ninja-release-jni-macos \
7676
-Dabsl_SOURCE=BUNDLED \
77+
-Dsimdjson_SOURCE=BUNDLED \
7778
-DCMAKE_INSTALL_PREFIX="${install_dir}"
7879
cmake --build "${build_dir}/cpp" --target install
7980
github_actions_group_end

ci/scripts/jni_windows_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ cmake \
8484
-DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE}" \
8585
-DCMAKE_INSTALL_PREFIX="${install_dir}" \
8686
-DCMAKE_UNITY_BUILD="${CMAKE_UNITY_BUILD}" \
87+
-Dsimdjson_SOURCE=BUNDLED \
8788
-GNinja
8889
cmake --build "${build_dir}/cpp"
8990
cmake --install "${build_dir}/cpp"

0 commit comments

Comments
 (0)