]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
win32_deps_build.sh: pin zlib tag 61631/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 3 Feb 2025 14:53:05 +0000 (14:53 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 3 Feb 2025 19:49:32 +0000 (20:49 +0100)
commit57a329b74a5254c7a1d3179b1172450db51f2a92
tree01560d45cc1b13bcc7926c5c4a7ffd990c1007d7
parentd47b46048b31930536fe9a16056b19b29efb23db
win32_deps_build.sh: pin zlib tag

The zlib Windows build started to fail, probably because of this:
https://github.com/madler/zlib/issues/1038

  Cloning into 'zlib'...
  make: *** No rule to make target 'zconf.h', needed by 'adler32.o'.

We'll pin the zlib version for now to unblock the Windows build.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit ba9270dc9fe923bb9639a29328035e78ad4346c7)
win32_deps_build.sh