lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.37k stars 157 forks source link

Windows CI fails due to "Could NOT find ZLIB" cmake #2561

Closed Kishan-Ved closed 4 months ago

Kishan-Ved commented 4 months ago

For most of the recent PRs, the windows CI fails.

CMake Error at C:/Program Files/CMake/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  C:/Program Files/CMake/share/cmake-3.28/Modules/FindZLIB.cmake:199 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/FindStaticZLIB.cmake:7 (find_package)
  CMakeLists.txt:116 (find_package)

-- Configuring incomplete, errors occurred!

The full traceback can be found here: Failing check

A PR where this error occurs: Implement LShift (This fails for many more PRs)