lidavidm opened a new issue, #4679: URL: https://github.com/apache/arrow-adbc/issues/4679
### What feature or improvement would you like to see? It seems this is gradually gaining users, and while emulation is an option, native packages would be useful. There's a chain of dependencies that need resolving: - conda-forge does not yet have Windows/ARM packages for many things yet. And miniconda (for CI) also isn't supported. So we need to figure out some other toolchain (probably just vcpkg) - We need GCC (or something that looks like it) for CGo. It appears MSYS2 provides this now (it's clang, but aliased to gcc). (That said, I'm still trying to confirm this actually works.) - C/C++ builds need to be set up, then Go builds, because we use these drivers for further testing. - Then we can set up Rust builds. - Then we can enable anything depending on these driver managers (Node, Python, etc.) -- 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]
