File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 16
16
ccache_cache :
17
17
folder : " /tmp/ccache_dir"
18
18
install_script :
19
- - pkg install -y autoconf automake boost-libs git gmake libevent libtool openssl pkgconf python3 ccache
19
+ - pkg install -y autoconf automake boost-libs git gmake libevent libtool pkgconf python3 ccache
20
20
- ./contrib/install_db4.sh $(pwd)
21
21
- ccache --max-size=${CCACHE_SIZE}
22
22
configure_script :
Original file line number Diff line number Diff line change 1
- berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent openssl rapidcheck zeromq double-conversion
1
+ berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent rapidcheck zeromq double-conversion
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
25
25
done
26
26
27
27
export PATH=" /usr/local/opt/ccache/libexec:$PATH "
28
- OPENSSL_PKG_CONFIG_PATH=
" /usr/local/opt/[email protected] /lib/pkgconfig"
29
- export PKG_CONFIG_PATH=$OPENSSL_PKG_CONFIG_PATH :$PKG_CONFIG_PATH
30
28
31
29
${CI_RETRY_EXE} pip3 install $PIP_PACKAGES
32
30
You can’t perform that action at this time.
0 commit comments