pitrou commented on PR #14105: URL: https://github.com/apache/arrow/pull/14105#issuecomment-1246438750
@assignUser Would you know how to change the macOS deployment target for autobrew? I tried to set it to 10.14 using the env var `MACOSX_DEPLOYMENT_TARGET` but it wasn't picked up: https://github.com/ursacomputing/crossbow/actions/runs/3047525991/jobs/4911606506#step:8:6773 ``` /Users/voltrondata/tmp/hbtmp/apache-arrow-20220913-7531-1f8l15l/cpp/src/arrow/memory_pool.cc:143:20: error: call to unavailable member function 'value': introduced in macOS 10.14 return backend.value(); ~~~~~~~~^~~~~ ``` -- 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]
