From 9719f51e629f1849652a2b8ff1be9511897a984d Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 25 Jan 2025 13:32:50 +0100 Subject: [PATCH] try to get OpenSSL from package manager --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7adfc2171..3687135946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,7 @@ PATH = "/tmp/boost:$PATH" before-all = [ "./tools/cibuildwheel/setup_boost.sh $BOOST_VERSION $BOOST_ROOT", "./tools/cibuildwheel/setup_ccache_on_manylinux.sh", - # perl-IPC-Cmd is needed to build OpenSSL - "yum install -y perl-IPC-Cmd && ./tools/cibuildwheel/setup_openssl.sh", + "yum install -y openssl-devel", "yum install -y glibc-static", # needed for libutil.a and libdl.a ] before-test = "ccache -s"