lidavidm commented on code in PR #633:
URL: https://github.com/apache/arrow-adbc/pull/633#discussion_r1181980323
##########
ci/scripts/python_util.sh:
##########
@@ -21,6 +21,13 @@ set -ex
COMPONENTS="adbc_driver_manager adbc_driver_flightsql adbc_driver_postgresql
adbc_driver_sqlite"
+if [[ $(uname) = "Darwin" ]] && [[ "${VCPKG_ARCH}" = "arm64" ]]; then
+ echo "Disabling adbc_driver_snowflake"
+ echo "(snowflake uses arrow v11 which can't be compiled on non-x64
platforms without noasm)"
Review Comment:
I can try that but want to at least get CI green once here
--
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]