CMake FetchContent_Populate stalls forever on Cygwin as of recently
Hello friends,
Until very recently (two weeks ago), everything was fine. We use CMake to build our C++ code, and within it, we use the FetchContent module to clone remote dependencies from Github (in particular, the Google Test framework).
As of recently, this step of the build now stalls forever with no output, see e.g., https://ci.appveyor.com/project/DanielLiamAnderson/parlaylib/builds/41862456/job/09af54dume2wk04y
Strangely, however, this only happens when building inside of Cygwin. We have other jobs that use MSVS, and WSL, and an entire set of tests on Ubuntu that run on Github Actions, that all work perfectly. Only Cygwin builds on Appveyor are running into this issue. We have not pushed any changes to the Appveyor configuration recently, and indeed, even builds that previous succeeded as of two weeks ago are failing if re-ran. Was any change made to Appveyor since then that could have caused an issue? Or is it possible that something in Cygwin was changed in the last few weeks that could have been a problem?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac