Skip to content

Commit

Permalink
build: pin zlib version
Browse files Browse the repository at this point in the history
Their recent commits broke the automated builds.
  • Loading branch information
rr- committed Feb 1, 2025
1 parent 1c16b6e commit ca256e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/tr1/docker/game-win/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN cd pcre2 \

# zlib
FROM mingw AS zlib
RUN git clone https://github.com/madler/zlib
RUN git clone https://github.com/madler/zlib --branch=v1.3.1
RUN cd zlib \
&& make -f win32/Makefile.gcc \
SHARED_MODE=1 \
Expand Down
2 changes: 1 addition & 1 deletion tools/tr2/docker/game-win/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN cd pcre2 \

# zlib
FROM mingw AS zlib
RUN git clone https://github.com/madler/zlib
RUN git clone https://github.com/madler/zlib --branch=v1.3.1
RUN cd zlib \
&& make -f win32/Makefile.gcc \
SHARED_MODE=1 \
Expand Down

0 comments on commit ca256e8

Please sign in to comment.