We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64d6db commit 0e8c35eCopy full SHA for 0e8c35e
1 file changed
ci/scripts/jni_macos_build.sh
@@ -52,7 +52,7 @@ github_actions_group_end
52
53
: "${ARROW_USE_CCACHE:=ON}"
54
: "${CMAKE_BUILD_TYPE:=release}"
55
-: "${CMAKE_UNITY_BUILD:=ON}"
+: "${CMAKE_UNITY_BUILD:=OFF}"
56
if [ "${ARROW_USE_CCACHE}" == "ON" ]; then
57
github_actions_group_begin "ccache statistics before build"
58
ccache -sv 2>/dev/null || ccache -s
0 commit comments