Skip to content

Commit

Permalink
Install openssl and zlib libraries using Conan
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbogd committed Jul 30, 2024
1 parent b6447f8 commit 8c5d453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions c/conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[requires]
libcheck/0.15.2
openssl/3.2.2
zlib/1.3.1

[generators]
CMakeDeps
Expand Down
5 changes: 0 additions & 5 deletions python/install-hyperonc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ done
echo "hyperonc repository URL: $HYPERONC_URL"
echo "hyperonc revision: $HYPERONC_REV"

# This is to build subunit from Conan on CentOS based manylinux images.
if test "$AUDITWHEEL_POLICY" = "manylinux2014"; then
yum install -y perl-devel openssl-devel zlib-devel
fi

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh
sh /tmp/rustup.sh -y && rm /tmp/rustup.sh
export PATH="${PATH}:${HOME}/.cargo/bin"
Expand Down

0 comments on commit 8c5d453

Please sign in to comment.