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:
Andrew Murray 2023-11-27 20:09:47 +11:00 committed by GitHub
parent 3bd31fafbb
commit df9e68603c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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