wasi-sdk Windows builds were broken between windows-2019 20221027.1 and 20221127.1. There's no apparent way to revert it to an older version, and I don't know how to debug the problem. If anyone knows how to debug something involving CMake and Visual Studio and Windows on Github Actions, we could use your help. See https://github.com/WebAssembly/wasi-sdk/pull/263 for details.
Hey @Dan Gohman , I think i ran into this a few months ago when building things using MSVC for wasmCloud. I think the MSVC toolchain on newer runners, for some reason, doesn't have environment variables set up correctly. Mind if I open a PR into wasi-sdk
adding an action (this action: https://github.com/ilammy/msvc-dev-cmd) to see if it works?
(edit: unless https://github.com/WebAssembly/wasi-sdk/pull/265 resolved the issue)
Ah, good to know, thanks! And yes, https://github.com/WebAssembly/wasi-sdk/pull/265 has now gotten our Windows builds back up and running, so we're ok for now.
Last updated: Nov 22 2024 at 17:03 UTC