mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 07:13:38 +00:00

The Windows CI builds are intermittently failing. Even though a prebuilt vcpkg is already cached, it will sometimes choose to rebuild lots of packages anyway. On some of those rebuilds, there's a failure when building glib. On the times that it does fail, the failure is often enough glib that checking the build log manually seems more reasonable than checking what failed. An alternative would be to look at why it sometimes chooses to rebuild, but that would mean remotely debugging a CMake config. I'm hoping the build log will have a clear compiler error pointing to a race condition in the order that packages are built.