aboutsummaryrefslogtreecommitdiff
path: root/ci/test
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-26 09:16:55 -0400
committerfanquake <fanquake@gmail.com>2019-11-18 08:56:48 -0500
commit397dbae070dca9a635ff3d1d61add09db004661e (patch)
treedfc43d14a7b19d8b23c05dc5f98a550be82144ad /ci/test
parenta4eb83961965347792e9ac75928aae359d5f7405 (diff)
downloadbitcoin-397dbae070dca9a635ff3d1d61add09db004661e.tar.xz
ci: remove OpenSSL installation
Diffstat (limited to 'ci/test')
-rwxr-xr-xci/test/04_install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh
index 271ae82e5c..e70a8a9ea9 100755
--- a/ci/test/04_install.sh
+++ b/ci/test/04_install.sh
@@ -25,8 +25,6 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
done
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