We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f197b commit 80c5bb4Copy full SHA for 80c5bb4
.github/workflows/wheels-dependencies.sh
@@ -100,7 +100,7 @@ function build_harfbuzz {
100
function build_libavif {
101
if [ -e libavif-stamp ]; then return; fi
102
103
- if [[ -z "$IS_MACOS" ]] && ([[ "$MB_ML_VER" == 2014 ]] || [[ "$PLAT" == "aarch64" ]]); then
+ if [[ "$MB_ML_VER" == 2014 ]] || [[ "$PLAT" == "aarch64" ]]; then
104
# Once Amazon 2 is EOL on 30 June 2025, manylinux2014 will no longer be needed
105
# Once GitHub Actions supports aarch64 without emulation, this will no longer needed as building will be faster
106
if [[ "$PLAT" == "aarch64" ]]; then
0 commit comments