h-vetinari commented on PR #37269: URL: https://github.com/apache/arrow/pull/37269#issuecomment-1687244315
> I suspect it might be necessary to set up the correct toolchain and options (such as `ar` and friends)? > @xhochy @h-vetinari Could you shed some light on this? Not sure where best to answer across 3 different threads. Yes, we set a bunch of things in `CMAKE_ARGS`, but that's mostly internal to our setup. I guess we should rename that eventually to something less prone to conflicts (but that would mean changing a lot of feedstocks ATM). I don't understand why the CI for conda builds here ever would need to build non-Release builds, but either ordering CMAKE_ARGS to the beginning (as this PR does) or renaming it should be fine. Does that answer the questions? -- 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]
