Skip to content

Commit

Permalink
Install zlib-static into container
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Mar 27, 2024
1 parent bc6100c commit 71b70f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maintainer/pineappl-ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ done
# needed by the vendored OpenSSL used by `cargo-c`
yum -y install perl-IPC-Cmd

# needed by `pineappl_applgrid` with `--features=static`
yum install zlib-static

# install cargo-c needed for the CAPI
cargo install --locked cargo-c --version ${CARGOC_V} --features=vendored-openssl

Expand Down

0 comments on commit 71b70f5

Please sign in to comment.