Skip to content

Commit

Permalink
Downgrade zlib to v1.2.11 at Travis CI [skip cirrus] [skip appveyor]
Browse files Browse the repository at this point in the history
This is to circumvent madler/zlib#617.
  • Loading branch information
tbeu committed Mar 31, 2022
1 parent a370952 commit e9e063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x #echo on

if [[ "$ENABLE_MAT73" == "yes" ]]; then
if [[ "${USE_CMAKE:-no}" == "no" ]]; then
git clone --depth 1 https://github.com/madler/zlib
git clone --branch v1.2.11 --depth 1 https://github.com/madler/zlib
pushd zlib
./configure --prefix="$TRAVIS_BUILD_DIR"/zlib --eprefix="$TRAVIS_BUILD_DIR"/zlib
make install
Expand Down

0 comments on commit e9e063e

Please sign in to comment.