diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 3310902bec5..d07fdb5a2c7 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -106,8 +106,11 @@ function build_harfbuzz { function build_libavif { if [ -e libavif-stamp ]; then return; fi + if [[ "$MB_ML_VER" == 2014 ]] && [ -z "$IS_ALPINE" ]; then + yum install -y perl-IPC-Cmd + fi + if [[ "$MB_ML_VER" == 2014 ]] || [[ "$PLAT" == "aarch64" ]]; then - # Once Amazon 2 is EOL on 30 June 2025, manylinux2014 will no longer be needed # Once GitHub Actions supports aarch64 without emulation, this will no longer needed as building will be faster if [[ "$PLAT" == "aarch64" ]]; then suffix="aarch64"