lidavidm commented on PR #49688:
URL: https://github.com/apache/arrow/pull/49688#issuecomment-4277075171

   > > I think that's good reason to see if we can change that specific 
pipeline (and perhaps other ODBC pipelines) to only build ODBC (in a separate 
task)
   > 
   > Just to clarify, while the CI pipeline only passes 
`ARROW_FLIGHT_SQL_ODBC=ON`, ODBC's dependencies still need to be built. All 
libraries currently being built in the CI are required for ODBC to function. We 
bundle libraries like `gRPC` to ensure ODBC.dylib has no external dynamic 
library dependencies and can easily be loaded in Excel's sandbox environment.
   
   Yes, but do we need to also build every test binary?
   
   ```
   Thu, 16 Apr 2026 18:43:52 GMT [2443/2474] Linking CXX executable 
debug/arrow-io-memory-test
   Thu, 16 Apr 2026 18:43:52 GMT [2444/2474] Linking CXX executable 
debug/arrow-bit-utility-test
   Thu, 16 Apr 2026 18:43:52 GMT [2445/2474] Linking CXX executable 
debug/arrow-async-utility-test
   Thu, 16 Apr 2026 18:43:52 GMT [2446/2474] Linking CXX executable 
debug/arrow-utility-test
   Thu, 16 Apr 2026 18:43:52 GMT [2447/2474] Linking CXX executable 
debug/arrow-json-integration-test
   Thu, 16 Apr 2026 18:43:52 GMT [2448/2474] Linking CXX executable 
debug/arrow-threading-utility-test
   Thu, 16 Apr 2026 18:43:53 GMT [2449/2474] Linking CXX executable 
debug/arrow-crc32-test
   Thu, 16 Apr 2026 18:43:53 GMT [2450/2474] Linking CXX executable 
debug/arrow-filesystem-test
   ```


-- 
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]

Reply via email to