mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Merge pull request #8658 from radarhere/giflib
Corrected installing ImageMagick on cifuzz
This commit is contained in:
commit
ef223f52f7
4
.github/workflows/wheels-dependencies.sh
vendored
4
.github/workflows/wheels-dependencies.sh
vendored
|
@ -99,7 +99,7 @@ function build_harfbuzz {
|
||||||
|
|
||||||
function build {
|
function build {
|
||||||
build_xz
|
build_xz
|
||||||
if [ -z "$IS_ALPINE" ] && [ -z "$IS_MACOS" ]; then
|
if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
|
||||||
yum remove -y zlib-devel
|
yum remove -y zlib-devel
|
||||||
fi
|
fi
|
||||||
build_zlib_ng
|
build_zlib_ng
|
||||||
|
@ -138,6 +138,8 @@ function build {
|
||||||
# For giflib 5.2.2
|
# For giflib 5.2.2
|
||||||
elif [ -n "$IS_ALPINE" ]; then
|
elif [ -n "$IS_ALPINE" ]; then
|
||||||
apk add imagemagick
|
apk add imagemagick
|
||||||
|
elif [ -n "$SANITIZER" ]; then
|
||||||
|
apt-get install -y imagemagick
|
||||||
else
|
else
|
||||||
if [[ "$MB_ML_VER" == "_2_28" ]]; then
|
if [[ "$MB_ML_VER" == "_2_28" ]]; then
|
||||||
yum install -y epel-release
|
yum install -y epel-release
|
||||||
|
|
Loading…
Reference in New Issue
Block a user