mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 06:00:58 +03:00
Downgrade harfbuzz on OSS Fuzz
This commit is contained in:
parent
4ca2b92503
commit
71da6d8952
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -16,7 +16,7 @@ ARCHIVE_SDIR=pillow-depends-main
|
||||||
|
|
||||||
# Package versions for fresh source builds
|
# Package versions for fresh source builds
|
||||||
FREETYPE_VERSION=2.13.2
|
FREETYPE_VERSION=2.13.2
|
||||||
if [[ "$MB_ML_VER" != 2014 ]]; then
|
if [[ "$MB_ML_VER" != 2014 ]] && [[ -z "$SANITIZER" ]]; then
|
||||||
HARFBUZZ_VERSION=10.0.1
|
HARFBUZZ_VERSION=10.0.1
|
||||||
else
|
else
|
||||||
HARFBUZZ_VERSION=8.5.0
|
HARFBUZZ_VERSION=8.5.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user