mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 11:23:05 +03:00
Do not install perl (#35)
This commit is contained in:
parent
deb1c9dd4a
commit
6d7f39645d
7
.github/workflows/wheels-dependencies.sh
vendored
7
.github/workflows/wheels-dependencies.sh
vendored
|
@ -122,13 +122,6 @@ function build_libavif {
|
||||||
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
|
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
|
|
||||||
yum install -y perl
|
|
||||||
if [[ "$MB_ML_VER" == 2014 ]]; then
|
|
||||||
yum install -y perl-IPC-Cmd
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
local build_type=MinSizeRel
|
local build_type=MinSizeRel
|
||||||
|
|
||||||
if [[ -z "$IS_ALPINE" ]] && [[ "$MB_ML_VER" == 2014 ]]; then
|
if [[ -z "$IS_ALPINE" ]] && [[ "$MB_ML_VER" == 2014 ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user