File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,11 @@ jobs:
46
46
# maturin_docker_options: -e JEMALLOC_SYS_WITH_LG_PAGE=16
47
47
# - target: armv7-unknown-linux-gnueabihf
48
48
# arch: armv7
49
- - target : armv7-unknown-linux-musleabihf
50
- arch : armv7
51
- # - target: arm-unknown-linux-musleabihf
49
+ # - target: armv7-unknown-linux-musleabihf
52
50
# arch: armv7
51
+ - target : arm-unknown-linux-musleabihf
52
+ arch : arm
53
+ # maturin_docker_options: -e CC=gcc-arm-linux-gnu
53
54
54
55
steps :
55
56
- uses : actions/checkout@v4
@@ -62,16 +63,13 @@ jobs:
62
63
uses : PyO3/maturin-action@v1
63
64
with :
64
65
target : ${{ matrix.platform.target }}
65
- manylinux : auto
66
+ manylinux : 2_24
66
67
docker-options : ${{ matrix.platform.maturin_docker_options }}
67
68
args : --release --locked --out dist --no-default-features --features flate2/rust_backend
68
69
before-script-linux : |
69
- if command -v yum &> /dev/null; then
70
- yum update -y
71
- yum -y install epel-release
72
- yum repolist
73
- yum install -y gcc-arm-linux-gnu
74
- fi
70
+ echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
71
+ apt-get update
72
+ apt-get install -y --no-install-recommends arm-linux-musleabihf-gcc
75
73
- uses : uraimo/run-on-arch-action@v2
76
74
if : matrix.platform.arch != 'ppc64'
77
75
name : Test wheel
You can’t perform that action at this time.
0 commit comments