Skip to content

Use multibuild build_github #8861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged

Use multibuild build_github #8861

merged 1 commit into from
Apr 2, 2025

Conversation

radarhere
Copy link
Member

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

thanks to build_github(), which anticipated this scenario.

@hugovk
Copy link
Member

hugovk commented Apr 2, 2025

#8859 (comment) ... and so is this.

@hugovk hugovk merged commit 7e15c54 into python-pillow:main Apr 2, 2025
19 checks passed
@radarhere radarhere deleted the wheels branch April 2, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants