[WASI] Continuable WASI SDK download using curl on Windows#119325
[WASI] Continuable WASI SDK download using curl on Windows#119325pavelsavara merged 4 commits intodotnet:mainfrom
curl on Windows#119325Conversation
|
The partial download issue is probably: PowerShell/PowerShell#17931, which was fixed in PowerShell v7.4.0. Nevertheless, |
|
Should we first check whether .NET 10.0 - Supported OS versions indicates we still support all the way back to Windows Server 2012 (build 9200). |
Let's see. I would hope the CI build machines that are used for WASI are new enough. |
curl on Windowscurl on Windows
If this only runs on CI and not locally, then that’s not an issue. In that case, you could have probably used |
It runs when you try to build some WASI-related component (mostly native code). There are not that many people interested in building |
For future reference, the curl implementation could be made conditional on: [Environment]::OSVersion.Version.Build -ge 17063otherwise fallback to |
|
Tagging subscribers to 'arch-wasm': @lewing |

See discussion here: #119253 (comment).
Tested locally to indeed resolve the corruption/partial download issue.