pitrou commented on PR #13157:
URL: https://github.com/apache/arrow/pull/13157#issuecomment-1142134964

   Apparently the macOS deployment target would need to be updated:
   ```
   
   
/Users/runner/work/crossbow/crossbow/arrow/cpp-build/awssdk_ep-prefix/src/awssdk_ep/aws-cpp-sdk-core/source/utils/crypto/commoncrypto/CryptoImpl.cpp:505:27:
 error: 'CCCryptorGCMSetIV' is only available on macOS 10.13 or newer 
[-Werror,-Wunguarded-availability-new]
                   status |= CCCryptorGCMSetIV(m_encryptorHandle, 
m_initializationVector.GetUnderlyingData(), m_initializationVector.GetLength());
                             ^~~~~~~~~~~~~~~~~
   
/Users/runner/work/crossbow/crossbow/arrow/cpp-build/awssdk_ep-prefix/src/awssdk_ep/aws-cpp-sdk-core/include/aws/core/external/CommonCryptorSPI.h:217:1:
 note: 'CCCryptorGCMSetIV' has been marked as being introduced in macOS 10.13 
here, but the deployment target is macOS 10.11.0
   ```
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to