Steve Cotton 4c22f736ec Store glib build log on build failure
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.
2023-02-03 10:12:59 +01:00
..