kou commented on PR #45360:
URL: https://github.com/apache/arrow/pull/45360#issuecomment-2741737440
I'll take a closer look at it later but we can disable unity build for now:
``diff
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index 7a29d35ee7..8e3888ed0e 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -241,7 +241,7 @@ jobs:
-DARROW_PACKAGE_PREFIX=/ucrt${{ matrix.mingw-n-bits }}
-DBoost_NO_BOOST_CMAKE=ON
-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON
- CMAKE_UNITY_BUILD: ON
+ # CMAKE_UNITY_BUILD: ON
steps:
- name: Disable Crash Dialogs
run: |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]