You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates the CI workflow to use the SDK build image v1.3.8,
which includes more up-to-date MinGW-w64 toolchain (v12.0.0) with win32
and posix thread model support.
The posix thread model support is necessary for building Windows LLVM,
which makes use of `std::thread`, which depends on pthread.
Signed-off-by: Stephanos Ioannidis <[email protected]>
0 commit comments