Do not install perl (#35)

This commit is contained in:
Andrew Murray 2025-04-06 21:56:06 +10:00 committed by GitHub
parent deb1c9dd4a
commit 6d7f39645d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,13 +122,6 @@ function build_libavif {
build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
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
if [[ -z "$IS_ALPINE" ]] && [[ "$MB_ML_VER" == 2014 ]]; then