Skip to content

Commit

Permalink
remove zlib build from macos (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jan 23, 2024
1 parent fad7ca4 commit ecdf1e0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,17 +316,6 @@ jobs:
run: |
pip3 install -r tests/requirements.txt
- name: Build zlib
run: |
curl -LO https://zlib.net/zlib-1.3.tar.gz
tar xf zlib-1.3.tar.gz
cd zlib-1.3
CHOST=${{ matrix.host }} ./configure --prefix=${{ runner.temp }}/zlib
make
make install
# Make sure curl will link with libz.so.1 and not libz.so
rm -f ${{ runner.temp }}/zlib/lib/libz.so
- name: Run configure script
if: matrix.arch == 'x86_64'
run: |
Expand Down

0 comments on commit ecdf1e0

Please sign in to comment.