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.
2 parents cce0f5b + ef223f5 commit 66795e9Copy full SHA for 66795e9
1 file changed
.github/workflows/wheels-dependencies.sh
@@ -98,7 +98,7 @@ function build_harfbuzz {
98
99
function build {
100
build_xz
101
- if [ -z "$IS_ALPINE" ] && [ -z "$IS_MACOS" ]; then
+ if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
102
yum remove -y zlib-devel
103
fi
104
build_zlib_ng
0 commit comments