Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ee2acc

Browse files
committed
CI: fixing build of OpenSSL 3.5
1 parent 60248b5 commit 3ee2acc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
6262
apt-get install wget -y
6363
if [ -z "$OPENSSL_VERSION" ]; then
6464
apt-get install libssl-dev -y
65+
else
66+
apt-get install libtime-piece-perl -y
6567
fi
6668
elif [ -f /usr/bin/yum ]; then
6769
yum install wget zlib-devel -y
@@ -70,11 +72,14 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
7072
else
7173
yum install perl-IPC-Cmd -y
7274
yum install perl-Pod-Html -y
75+
yum install perl-Time-Piece -y
7376
fi
7477
elif [ -f /sbin/apk ]; then
7578
apk add wget
7679
if [ -z "$OPENSSL_VERSION" ]; then
7780
apk add openssl-dev
81+
else
82+
apk add perl-time-piece
7883
fi
7984
fi
8085
rm -rf ci

0 commit comments

Comments
 (0)