Skip to content

Commit

Permalink
try to get OpenSSL from package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 28, 2025
1 parent 61a4eae commit 0fdd44b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0fdd44b

Please sign in to comment.