Skip to content

Commit 7e15c54

Browse files
authored
Use multibuild build_github (#8861)
1 parent 92eb58e commit 7e15c54

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,7 @@ function build_pkg_config {
8080

8181
function build_zlib_ng {
8282
if [ -e zlib-stamp ]; then return; fi
83-
fetch_unpack https://github.com/zlib-ng/zlib-ng/archive/$ZLIB_NG_VERSION.tar.gz zlib-ng-$ZLIB_NG_VERSION.tar.gz
84-
(cd zlib-ng-$ZLIB_NG_VERSION \
85-
&& ./configure --prefix=$BUILD_PREFIX --zlib-compat \
86-
&& make -j4 \
87-
&& make install)
83+
build_github zlib-ng/zlib-ng $ZLIB_NG_VERSION --zlib-compat
8884

8985
if [ -n "$IS_MACOS" ]; then
9086
# Ensure that on macOS, the library name is an absolute path, not an

0 commit comments

Comments
 (0)