-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mingw-w64 support #3315
Comments
Hi @kou, Would it be possible for you to provide an example how you build the SDK on mingw-w64? I.e. the set of commands executed, and the prerequisites required so we could reproduce the build. Best regards, |
Thanks for sharing the details of the past reject. I understand your judgement.
Sure. I'll provide a GitHub Actions workflow for it. It'll explain what you need for your internal CI build system. |
Could you check #3319? |
Hi! Best regards, |
Thanks! If you have any question, please let me know. |
Describe the feature
#1836 was raised and rejected in 2022. Is this policy still valid?
MSYS2 has patches for this:
Use Case
I'm an Apache Arrow https://arrow.apache.org/ developer.
Apache Arrow uses aws-sdk-cpp for S3 support. Apache Arrow uses system aws-sdk-cpp or bundled aws-sdk-cpp by
ExternalProject_Add()
/FetchContent
.Apache Arrow supports mingw-w64 based environments. If aws-sdk-cpp supports mingw-w64, Apache Arrow don't need to apply patches with
ExternalProject_Add()
/FetchContent
.Proposed Solution
How about merging the patches in MSYS2?
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: