Skip to content

Commit

Permalink
Now try armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Mar 14, 2024
1 parent f15f93c commit 0924efa
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
# maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
# - target: armv7-unknown-linux-gnueabihf
# arch: armv7
- target: armv7-unknown-linux-musleabihf
arch: armv7
# - target: arm-unknown-linux-musleabihf
# - target: armv7-unknown-linux-musleabihf
# arch: armv7
- target: arm-unknown-linux-musleabihf
arch: arm
# maturin_docker_options: -e CC=gcc-arm-linux-gnu

steps:
- uses: actions/checkout@v4
Expand All @@ -62,16 +63,13 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
manylinux: auto
manylinux: 2_24
docker-options: ${{ matrix.platform.maturin_docker_options }}
args: --release --locked --out dist --no-default-features --features flate2/rust_backend
before-script-linux: |
if command -v yum &> /dev/null; then
yum update -y
yum -y install epel-release
yum repolist
yum install -y gcc-arm-linux-gnu
fi
echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
apt-get update
apt-get install -y --no-install-recommends arm-linux-musleabihf-gcc
- uses: uraimo/run-on-arch-action@v2
if: matrix.platform.arch != 'ppc64'
name: Test wheel
Expand Down

0 comments on commit 0924efa

Please sign in to comment.