The documentation for SDKMAN comes with a rather explicit installation and support note:
Remember, SDKMAN requires a bash environment to run. On Windows, it can't be natively installed; you need WSL or MSYS+MinGW. We no longer support Cygwin.
But the readme here lists the only officially supported windows target as x86_64-pc-windows-msvc. Shouldn't that be x86_64-pc-windows-gnu if there is a hard dependency on MSYS(2)+MinGW64? Or is the Rust rewrite supposed to void the need for that dependency?
The documentation for SDKMAN comes with a rather explicit installation and support note:
But the readme here lists the only officially supported windows target as
x86_64-pc-windows-msvc. Shouldn't that bex86_64-pc-windows-gnuif there is a hard dependency on MSYS(2)+MinGW64? Or is the Rust rewrite supposed to void the need for that dependency?