|
@@ -616,23 +616,16 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
env:
|
|
|
# For compatibility with macOS 10.13
|
|
|
- ZLIB_VERSION: 1.3
|
|
|
+ ZLIB_VERSION: 1.3.1
|
|
|
MBEDTLS_VERSION: 2.28.5
|
|
|
PCRE2_VERSION: 10.42
|
|
|
run: |
|
|
|
set -ex
|
|
|
- brew uninstall [email protected] || echo
|
|
|
- brew uninstall [email protected] || echo
|
|
|
- brew untap local/openssl || echo
|
|
|
- brew untap local/python2 || echo
|
|
|
brew update
|
|
|
- # brew unlink python@2
|
|
|
- brew bundle --file=tests/Brewfile --no-upgrade || brew link --overwrite awscli
|
|
|
- brew install libunistring
|
|
|
- brew install cpanminus
|
|
|
+ brew bundle --file=tests/Brewfile --no-upgrade
|
|
|
cpanm IPC::System::Simple
|
|
|
cpanm String::ShellQuote
|
|
|
- curl -L https://www.zlib.net/zlib-$ZLIB_VERSION.tar.gz | tar xz
|
|
|
+ curl -L https://github.com/madler/zlib/releases/download/v$ZLIB_VERSION/zlib-$ZLIB_VERSION.tar.gz | tar xz
|
|
|
cd zlib-$ZLIB_VERSION
|
|
|
./configure
|
|
|
make && make install
|