Skip to content

Commit

Permalink
ci: musllinux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 18, 2024
1 parent 17f186e commit 1d6c88a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
elif command -v yum; then
yum install -y git libicu-devel libxml2-devel libxslt-devel zlib-devel bzip2-devel libtool autoconf-archive autoconf automake m4 wget boost-devel
#on CentOS 7 we also have libtar-devel which will be installed by build-deps.sh, on 8 they are missing and will be installed from source or otherwise
elif command -v apk; then
apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev libexttextcat-dev libtool rsync boost-dev &&
rsync -av --ignore-existing /usr/share/aclocal/*.m4 /usr/local/share/aclocal/
fi &&
./build-deps.sh
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64
Expand All @@ -56,7 +53,7 @@ jobs:
CIBW_BUILD: ${{ matrix.python.cp }}-${{ matrix.buildplat.sys }}*
CIBW_ARCHS_LINUX: "x86_64"
CIBW_BEFORE_ALL_LINUX: >
apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev libexttextcat-dev libtool rsync &&
apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev boost-dev boost1.84-python3 libtool rsync &&
mkdir -p /usr/local/share/aclocal/ && rsync -av --ignore-existing /usr/share/aclocal/*.m4 /usr/local/share/aclocal/ &&
./build-deps.sh
CIBW_MUSLLINUX_X86_64_IMAGE: quay.io/pypa/musllinux_1_1_x86_64
Expand Down

0 comments on commit 1d6c88a

Please sign in to comment.