Skip to content

Commit

Permalink
install perl-IPC-Cmd, to build OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 25, 2025
1 parent 213b2fc commit 52eca56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ repos:
- id: debug-statements
- id: check-symlinks
- id: check-toml
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.2
hooks:
- id: toml-sort
args: [--all, --in-place]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ PATH = "/tmp/boost:$PATH"
before-all = [
"./tools/cibuildwheel/setup_boost.sh $BOOST_VERSION $BOOST_ROOT",
"./tools/cibuildwheel/setup_ccache_on_manylinux.sh",
"./tools/cibuildwheel/setup_openssl.sh",
"yum install -y glibc-static" # needed for libutil.a and libdl.a
# perl-IPC-Cmd is needed to build OpenSSL
"yum install -y perl-IPC-Cmd && ./tools/cibuildwheel/setup_openssl.sh",
"yum install -y glibc-static", # needed for libutil.a and libdl.a
]
before-test = "ccache -s"
select = "*-manylinux_*"
Expand Down

0 comments on commit 52eca56

Please sign in to comment.