Skip to content

Commit 397dbae

Browse files
committed
ci: remove OpenSSL installation
1 parent a4eb839 commit 397dbae

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ task:
1616
ccache_cache:
1717
folder: "/tmp/ccache_dir"
1818
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
2020
- ./contrib/install_db4.sh $(pwd)
2121
- ccache --max-size=${CCACHE_SIZE}
2222
configure_script:

build_msvc/vcpkg-packages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

ci/test/04_install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
2525
done
2626

2727
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
3028

3129
${CI_RETRY_EXE} pip3 install $PIP_PACKAGES
3230

0 commit comments

Comments
 (0)