From aa338741fe9bf018fc1f834c19390d28a8a0284c Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Mon, 1 Jul 2024 19:02:29 -0400 Subject: [PATCH] fix(ci): use libaom 3.8.1 for manylinux2010 builds --- wheelbuild/config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wheelbuild/config.sh b/wheelbuild/config.sh index 454b429..1cd8047 100644 --- a/wheelbuild/config.sh +++ b/wheelbuild/config.sh @@ -273,6 +273,11 @@ EOF group_end + if [[ $MB_ML_VER == "2010" ]]; then + fetch_unpack https://storage.googleapis.com/aom-releases/libaom-3.8.1.tar.gz + mv libaom-3.8.1 libavif-$LIBAVIF_VERSION/ext/aom + fi + group_start "Build libavif" mkdir -p libavif-$LIBAVIF_VERSION/build