Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
https://ale.farama.org/
GNU General Public License v2.0
2.14k stars 420 forks source link

Windows x64 CI is broken #515

Closed pseudo-rnd-thoughts closed 4 months ago

pseudo-rnd-thoughts commented 7 months ago

The windows CI is broke between august 22 and dec 4 looking at the commit history Looking at the error output, I believe it is related to https://devblogs.microsoft.com/cppblog/vcpkg-2023-02-24-release-default-triplet-changes-risc-v-support-bug-fixes-and-more/ where the default triplet value was changed.

However, I don't understand vkpg enough to fix the problem @JesseFarebro

pseudo-rnd-thoughts commented 5 months ago

I believe my original guess about the default triplet value being the issue is not actually the issue. The problem is with zlib not being installed for some reason, in particular, it can't download libwinpthread, no idea why