Skip to content

Commit 0e8c35e

Browse files
committed
keep unity build off
1 parent f64d6db commit 0e8c35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/jni_macos_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ github_actions_group_end
5252

5353
: "${ARROW_USE_CCACHE:=ON}"
5454
: "${CMAKE_BUILD_TYPE:=release}"
55-
: "${CMAKE_UNITY_BUILD:=ON}"
55+
: "${CMAKE_UNITY_BUILD:=OFF}"
5656
if [ "${ARROW_USE_CCACHE}" == "ON" ]; then
5757
github_actions_group_begin "ccache statistics before build"
5858
ccache -sv 2>/dev/null || ccache -s

0 commit comments

Comments
 (0)