Use multibuild build_github by radarhere · Pull Request #8861 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
hugovk merged 1 commit intopython-pillow:mainfrom
Apr 2, 2025Merged
Use multibuild build_github#8861
hugovk merged 1 commit intopython-pillow:mainfrom
Use multibuild build_github#8861
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Apr 2, 2025
radarhere
commented
Pillow/.github/workflows/wheels-dependencies.sh
Lines 83 to 87 in 7c56b38
| fetch_unpack https://github.com/zlib-ng/zlib-ng/archive/$ZLIB_NG_VERSION.tar.gz zlib-ng-$ZLIB_NG_VERSION.tar.gz | |
| (cd zlib-ng-$ZLIB_NG_VERSION \ | |
| && ./configure --prefix=$BUILD_PREFIX --zlib-compat \ | |
| && make -j4 \ | |
| && make install) |
can be replaced with
build_github zlib-ng/zlib-ng $ZLIB_NG_VERSION --zlib-compatthanks to build_github(), which anticipated this scenario.
radarhere
added
the
Cleanup
label
Copy link Copy Markdown
Member
hugovk
commented
Apr 2, 2025
hugovk commented
Apr 2, 2025#8859 (comment) ... and so is this.
radarhere
deleted the
wheels
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment