vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.

Home Page:https://docs.vezel.dev/zig-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to Zig 0.10.1 as default

alexrp opened this issue · comments

0.10.0 has been released.

Note this issue, however:

I don't expect this to be a huge problem in practice since I doubt very many people build anything on win-x86 these days.

On the other hand, if this does cause trouble, we either have to remove win-x86 from the default RuntimeIdentifiers or wait for 0.10.1 before bumping the default ZigVersion.

OK, looks like there are some regressions to cross-compilation in 0.10.0. We are probably best off going for 0.10.1.

We may have to remove linux-musl-arm from the default RuntimeIdentifiers:

Looks like none of the blocking issues above were addressed in 0.10.1, which is the final planned release in the 0.10.x series. We'll have to skip Zig 0.10.x altogether...