File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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} "
7879cmake --build " ${build_dir} /cpp" --target install
7980github_actions_group_end
Original file line number Diff line number Diff 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
8889cmake --build " ${build_dir} /cpp"
8990cmake --install " ${build_dir} /cpp"
You can’t perform that action at this time.
0 commit comments