Skip to content

Commit 3581aec

Browse files
authored
Update pre_build_script_linux.sh use zlib (meta-pytorch#1356)
Use zlib rather then zlib-static
1 parent 8636054 commit 3581aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/pre_build_script_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
source packaging/manylinux/python_helper.sh
5-
yum -y install ninja-build zlib-static
5+
yum -y install ninja-build zlib
66
# Docker path is /__w by default
77
export WORKSPACE="/__w"
88
# Install static OpenSSL/libcrypto library

0 commit comments

Comments
 (0)