Skip to content

Commit

Permalink
Back to linux2014 as libnova and libcfitsio were not found in 2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 11, 2025
1 parent a9c4caf commit c2e9f91
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
matrix:
os: [ubuntu-latest]
arch: [x86_64, aarch64]
include:
- arch: x86_64
image: quay.io/pypa/manylinux2014_x86_64:latest
- arch: aarch64
image: quay.io/pypa/manylinux2014_aarch64:latest

steps:
- uses: actions/checkout@v3
Expand All @@ -41,12 +46,11 @@ jobs:
env:
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_ARCHS_LINUX: "${{ matrix.arch }}"
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64:latest
CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux_2_28_aarch64:latest
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.image }}
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.image }}
CIBW_BEFORE_ALL_LINUX: |
set -e
dnf install -y epel-release
dnf install -y \
yum install -y \
git \
cmake \
gcc-c++ \
Expand All @@ -61,13 +65,13 @@ jobs:
libjpeg-turbo-devel \
krb5-devel \
libnova-devel \
libdc1394-devel \
libtiff-devel \
fftw-devel \
rtl-sdr-devel \
cfitsio-devel \
libgphoto2-devel \
libusb1-devel \
libdc1394-devel \
boost-regex \
libcurl-devel \
libtheora-devel \
Expand Down

0 comments on commit c2e9f91

Please sign in to comment.