From a005e28152348553e4db589ac9b86318b207d491 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Thu, 17 Apr 2025 12:52:20 -0400 Subject: [PATCH] Use CMAKE_BUILD_TYPE=MinSizeRel on aarch64 manylinux2014 --- .github/workflows/wheels-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 5fa817636..c42744d66 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -113,7 +113,7 @@ function build_libavif { if [ -n "$IS_MACOS" ]; then lto=OFF - elif [[ "$MB_ML_VER" == 2014 ]]; then + elif [[ "$MB_ML_VER" == 2014 ]] && [[ "$PLAT" == "x86_64" ]]; then build_type=Release fi