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 48712f2 commit 1d771ffCopy full SHA for 1d771ff
1 file changed
.github/workflows/wheels-dependencies.sh
@@ -99,7 +99,7 @@ function build_harfbuzz {
99
100
function build {
101
build_xz
102
- if [ -z "$IS_ALPINE" ] && [ -z "$IS_MACOS" ]; then
+ if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
103
yum remove -y zlib-devel
104
fi
105
build_zlib_ng
@@ -138,6 +138,8 @@ function build {
138
# For giflib 5.2.2
139
elif [ -n "$IS_ALPINE" ]; then
140
apk add imagemagick
141
+ elif [ -n "$SANITIZER" ]; then
142
+ apt-get install -y imagemagick
143
else
144
if [[ "$MB_ML_VER" == "_2_28" ]]; then
145
yum install -y epel-release
0 commit comments