mirror of https://github.com/google/oss-fuzz.git
pillow: Updated script path (#11267)
pillow has started using
[cibuildwheel](https://github.com/pypa/cibuildwheel) -
https://github.com/python-pillow/Pillow/pull/7552
This moved the script for building wheel dependencies from
`wheels/config.sh`, a more natural location for
[multibuild](https://github.com/multi-build/multibuild), to just under
GitHub Actions instead, at
[.github/workflows/wheel-dependencies.sh](https://github.com/python-pillow/Pillow/blob/main/.github/workflows/wheels-dependencies.sh)
It also now includes `wheels/multibuild/library_builders.sh` [by
itself](e2ddd27500/.github/workflows/wheels-dependencies.sh (L10)
),
and rearranged the code to run immediately, instead of needing
`pre_build` to be called separately.
cc @hugovk
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
parent
3bd31fafbb
commit
df9e68603c
|
@ -23,7 +23,4 @@ export CPPFLAGS="-I$BUILD_PREFIX/include $CPPFLAGS"
|
|||
export LIBRARY_PATH="$BUILD_PREFIX/lib:$LIBRARY_PATH"
|
||||
export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH"
|
||||
|
||||
. wheels/multibuild/library_builders.sh
|
||||
. wheels/config.sh
|
||||
|
||||
pre_build
|
||||
. .github/workflows/wheels-dependencies.sh
|
||||
|
|
Loading…
Reference in New Issue