mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Use $IS_ALPINE instead of $MB_ML_LIBC
This commit is contained in:
parent
d133199391
commit
4ca2b92503
8
.github/workflows/wheels-dependencies.sh
vendored
8
.github/workflows/wheels-dependencies.sh
vendored
|
@ -156,12 +156,10 @@ if [[ -n "$IS_MACOS" ]]; then
|
|||
fi
|
||||
|
||||
brew install meson pkg-config
|
||||
elif [[ "$MB_ML_LIBC" == "manylinux" ]]; then
|
||||
if [[ "$HARFBUZZ_VERSION" != 8.5.0 ]]; then
|
||||
yum install -y meson
|
||||
fi
|
||||
else
|
||||
elif [[ -n "$IS_ALPINE" ]]; then
|
||||
apk add meson
|
||||
elif [[ "$HARFBUZZ_VERSION" != 8.5.0 ]]; then
|
||||
yum install -y meson
|
||||
fi
|
||||
|
||||
wrap_wheel_builder build
|
||||
|
|
Loading…
Reference in New Issue
Block a user