mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
ci: remove OpenSSL installation
This commit is contained in:
parent
a4eb839619
commit
397dbae070
3 changed files with 2 additions and 4 deletions
|
@ -16,7 +16,7 @@ task:
|
||||||
ccache_cache:
|
ccache_cache:
|
||||||
folder: "/tmp/ccache_dir"
|
folder: "/tmp/ccache_dir"
|
||||||
install_script:
|
install_script:
|
||||||
- pkg install -y autoconf automake boost-libs git gmake libevent libtool openssl pkgconf python3 ccache
|
- pkg install -y autoconf automake boost-libs git gmake libevent libtool pkgconf python3 ccache
|
||||||
- ./contrib/install_db4.sh $(pwd)
|
- ./contrib/install_db4.sh $(pwd)
|
||||||
- ccache --max-size=${CCACHE_SIZE}
|
- ccache --max-size=${CCACHE_SIZE}
|
||||||
configure_script:
|
configure_script:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent openssl rapidcheck zeromq double-conversion
|
berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent rapidcheck zeromq double-conversion
|
|
@ -25,8 +25,6 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
done
|
done
|
||||||
|
|
||||||
export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||||
OPENSSL_PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
|
|
||||||
export PKG_CONFIG_PATH=$OPENSSL_PKG_CONFIG_PATH:$PKG_CONFIG_PATH
|
|
||||||
|
|
||||||
${CI_RETRY_EXE} pip3 install $PIP_PACKAGES
|
${CI_RETRY_EXE} pip3 install $PIP_PACKAGES
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue