]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
win32_deps_build.sh: pin zlib tag 61630/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:48:30 +0000 (20:48 +0100)
commit1454792877dd743b983a44fc4067e7b6a96f7c84
tree2925a3df95c9e0346872e9fb178561299d4966c6
parent8b0fedbb47feccff9e2e473554209b9ee0bff36b
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