Skip to content

Commit

Permalink
trying to restrict to specified manylinux image
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Apr 14, 2024
1 parent 5a67ded commit a219959
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build-platform:
# - [ubuntu-latest, x86_64, manylinux2014_x86_64]
# - [ubuntu-latest, aarch64, manylinux2014_aarch64]
- [ubuntu-latest, x86_64, manylinux_2_28_x86_64]
- [ubuntu-latest, aarch64, manylinux_2_28_aarch64]
- [ubuntu-latest,x86_64,manylinux_2_28_x86_64]
- [ubuntu-latest,aarch64,manylinux_2_28_aarch64]
# python:
# ["cp36", "cp37", "cp38", "cp39", "cp310", "cp311"]
# include:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
env:
BIBW_ARCHS: ${{matrix.build-platform[1]}}
BIBW_BUILD: cp*-${{matrix.build-platform[2]}}
BIBW_SKIP: cp12-*
BIBW_SKIP: cp12-* *-manylinux2014*
CIBW_BEFORE_ALL: >
dnf update -y
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
Expand All @@ -102,6 +102,7 @@ jobs:
cmake -B build -DBUILD_SHARED_LIBS=ON -DSSLAUTHENTICATION=OFF -DENABLE_CAPNP=ON -DCLIENT_ONLY=ON
cmake --build build -j --config Release --target install
cp -r /usr/local/python_installer/* /project
ls /project
CIBW_BEFORE_BUILD: pip install cython six numpy

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a219959

Please sign in to comment.