Skip to content

Commit

Permalink
Fix building wheels (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Jan 13, 2025
1 parent cbe07ac commit ce71b63
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-wheels-aarch64-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
manylinux: [manylinux2014] #, manylinux_2_28]

Expand Down Expand Up @@ -60,7 +60,6 @@ jobs:
ls -lh ./wheelhouse/
- name: Install patchelf
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
sudo apt-get update -q
Expand All @@ -69,7 +68,6 @@ jobs:
- name: Patch wheels
shell: bash
if: matrix.os == 'ubuntu-latest'
run: |
mkdir ./wheels
sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-wheels-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
manylinux: [manylinux2014] #, manylinux_2_28]

Expand Down Expand Up @@ -60,7 +60,6 @@ jobs:
ls -lh ./wheelhouse/
- name: Install patchelf
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
sudo apt-get update -q
Expand All @@ -69,7 +68,6 @@ jobs:
- name: Patch wheels
shell: bash
if: matrix.os == 'ubuntu-latest'
run: |
mkdir ./wheels
sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
manylinux: [manylinux2014] #, manylinux_2_28]

Expand Down
2 changes: 1 addition & 1 deletion flutter/sherpa_onnx_ios/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sherpa_onnx_linux
# sherpa_onnx_ios

This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).

Expand Down
2 changes: 1 addition & 1 deletion flutter/sherpa_onnx_macos/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sherpa_onnx_linux
# sherpa_onnx_macos

This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).

Expand Down
2 changes: 1 addition & 1 deletion flutter/sherpa_onnx_windows/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sherpa_onnx_linux
# sherpa_onnx_windows

This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).

Expand Down

0 comments on commit ce71b63

Please sign in to comment.