Skip to content

Commit 3486f93

Browse files
committed
CD: don't need to create a symbolic link to the system zlib.
We should never have had to do this in the first place!
1 parent b02ef9c commit 3486f93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,6 @@ jobs:
160160
uses: pypa/cibuildwheel@v2.23.3
161161
env:
162162
CIBW_ARCHS: auto64
163-
CIBW_BEFORE_ALL_LINUX: >
164-
export USR_LIB_PATH=/usr/lib/`uname -m`-linux-gnu &&
165-
mkdir -p $USR_LIB_PATH &&
166-
cd $USR_LIB_PATH &&
167-
ln -s /usr/lib64/libz.so
168163
CIBW_BUILD: 'cp*'
169164
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13.0
170165
# Note #1: the value of CIBW_ENVIRONMENT_MACOS must be in sync with that of MACOS_DEPLOYMENT_TARGET in

0 commit comments

Comments
 (0)