Skip to content

Commit cedac36

Browse files
committed
Python workflow: ARM pkg-config does not support cross compile
1 parent 1898c2f commit cedac36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
target: x86_64
2828
- runner: ubuntu-latest
2929
target: x86
30-
- runner: ubuntu-latest
31-
target: aarch64
32-
- runner: ubuntu-latest
33-
target: armv7
30+
# - runner: ubuntu-latest
31+
# target: aarch64
32+
# - runner: ubuntu-latest
33+
# target: armv7
3434
# - runner: ubuntu-latest
3535
# target: s390x
3636
# - runner: ubuntu-latest
@@ -46,7 +46,7 @@ jobs:
4646
target: ${{ matrix.platform.target }}
4747
args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
4848
sccache: "true"
49-
before-script-linux: yum update -y && yum install -y alsa-utils alsa-lib
49+
before-script-linux: yum update -y && yum install -y alsa alsa-dev alsa-utils alsa-lib
5050
manylinux: auto
5151
- name: Upload wheels
5252
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)