Skip to content

Commit

Permalink
Python workflow: ARM pkg-config does not support cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 12, 2024
1 parent 1898c2f commit cedac36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-latest
target: armv7
# - runner: ubuntu-latest
# target: aarch64
# - runner: ubuntu-latest
# target: armv7
# - runner: ubuntu-latest
# target: s390x
# - runner: ubuntu-latest
Expand All @@ -46,7 +46,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
sccache: "true"
before-script-linux: yum update -y && yum install -y alsa-utils alsa-lib
before-script-linux: yum update -y && yum install -y alsa alsa-dev alsa-utils alsa-lib
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cedac36

Please sign in to comment.