kou commented on PR #13404:
URL: https://github.com/apache/arrow/pull/13404#issuecomment-1165203707

   I confirmed that we can solve the Curl's symbol problem by defining 
`CURL_STATICLIB` in google-cloud-cpp. I also opened a pull request to 
google-cloud-cpp: https://github.com/googleapis/google-cloud-cpp/pull/9345
   
   R 4.2 CI job succeeded and R 4.1 CI job failed because R 4.2 uses ucrt and R 
4.1 uses msvcrt. ucrt provides `_dupenv_s()` but msvcrt doesn't. 
google-cloud-cpp uses `_dupenv_s()`. Our existing CI jobs disable GCS because 
of this: 
https://github.com/apache/arrow/blob/master/.github/workflows/cpp.yml#L279-L281
   
   Can we disable GCS for R 4.1?


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