We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60248b5 commit 3ee2accCopy full SHA for 3ee2acc
build.sh
@@ -62,6 +62,8 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
62
apt-get install wget -y
63
if [ -z "$OPENSSL_VERSION" ]; then
64
apt-get install libssl-dev -y
65
+ else
66
+ apt-get install libtime-piece-perl -y
67
fi
68
elif [ -f /usr/bin/yum ]; then
69
yum install wget zlib-devel -y
@@ -70,11 +72,14 @@ if [ "$CIBUILDWHEEL" = "1" ]; then
70
72
else
71
73
yum install perl-IPC-Cmd -y
74
yum install perl-Pod-Html -y
75
+ yum install perl-Time-Piece -y
76
77
elif [ -f /sbin/apk ]; then
78
apk add wget
79
80
apk add openssl-dev
81
82
+ apk add perl-time-piece
83
84
85
rm -rf ci
0 commit comments