assignUser commented on issue #38855: URL: https://github.com/apache/arrow/issues/38855#issuecomment-1823711109
Overriding `uname` doesn't work because we use `on_macos <- tolower(Sys.info()[["sysname"]]) == "darwin"` to check for macOS (and windows). You can override the automatic detection of the binary by adding `export LIBARROW_BINARY=darwin-x86_64-openssl-3.0` (or 1.1 depending on what you have installed) to the snippet above, as you have pc setup flags etc. should get set correctly through that. I don't have the time to test this locally today but that docker container looks pretty cool! -- 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]
