zeroshade commented on code in PR #633:
URL: https://github.com/apache/arrow-adbc/pull/633#discussion_r1181722401


##########
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:
   should we add the `noasm` flag for those platforms in order to still allow 
it to get built?



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