aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
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 /.cirrus.yml
parenta4eb83961965347792e9ac75928aae359d5f7405 (diff)
downloadbitcoin-397dbae070dca9a635ff3d1d61add09db004661e.tar.xz
ci: remove OpenSSL installation
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 517cd93585..f4a3878ed8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,7 +16,7 @@ task:
ccache_cache:
folder: "/tmp/ccache_dir"
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)
- ccache --max-size=${CCACHE_SIZE}
configure_script: