Skip to content

Support Windows on ARM #4679

Description

@lidavidm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions