coryan commented on PR #13404: URL: https://github.com/apache/arrow/pull/13404#issuecomment-1165558387
> > 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: [googleapis/google-cloud-cpp#9345](https://github.com/googleapis/google-cloud-cpp/pull/9345) > > 🎉 FWIW, that PR just got merged, and will be part of the next release, due early in 2022-07. > > > 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()`. FYI: not anymore, that got fixed in in googleapis/google-cloud-cpp#9140 and is available in the latest release (v1.42.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