Fix building wheels (#1703)
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-20.04]
|
||||||
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
|
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
|
||||||
manylinux: [manylinux2014] #, manylinux_2_28]
|
manylinux: [manylinux2014] #, manylinux_2_28]
|
||||||
|
|
||||||
@@ -60,7 +60,6 @@ jobs:
|
|||||||
ls -lh ./wheelhouse/
|
ls -lh ./wheelhouse/
|
||||||
|
|
||||||
- name: Install patchelf
|
- name: Install patchelf
|
||||||
if: matrix.os == 'ubuntu-latest'
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -q
|
sudo apt-get update -q
|
||||||
@@ -69,7 +68,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Patch wheels
|
- name: Patch wheels
|
||||||
shell: bash
|
shell: bash
|
||||||
if: matrix.os == 'ubuntu-latest'
|
|
||||||
run: |
|
run: |
|
||||||
mkdir ./wheels
|
mkdir ./wheels
|
||||||
sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
|
sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
|
||||||
|
|||||||
4
.github/workflows/build-wheels-aarch64.yaml
vendored
4
.github/workflows/build-wheels-aarch64.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-20.04]
|
||||||
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
|
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
|
||||||
manylinux: [manylinux2014] #, manylinux_2_28]
|
manylinux: [manylinux2014] #, manylinux_2_28]
|
||||||
|
|
||||||
@@ -60,7 +60,6 @@ jobs:
|
|||||||
ls -lh ./wheelhouse/
|
ls -lh ./wheelhouse/
|
||||||
|
|
||||||
- name: Install patchelf
|
- name: Install patchelf
|
||||||
if: matrix.os == 'ubuntu-latest'
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -q
|
sudo apt-get update -q
|
||||||
@@ -69,7 +68,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Patch wheels
|
- name: Patch wheels
|
||||||
shell: bash
|
shell: bash
|
||||||
if: matrix.os == 'ubuntu-latest'
|
|
||||||
run: |
|
run: |
|
||||||
mkdir ./wheels
|
mkdir ./wheels
|
||||||
sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
|
sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
|
||||||
|
|||||||
2
.github/workflows/build-wheels-linux.yaml
vendored
2
.github/workflows/build-wheels-linux.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-20.04]
|
||||||
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
|
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
|
||||||
manylinux: [manylinux2014] #, manylinux_2_28]
|
manylinux: [manylinux2014] #, manylinux_2_28]
|
||||||
|
|
||||||
|
|||||||
@@ -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).
|
This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).
|
||||||
|
|
||||||
|
|||||||
@@ -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).
|
This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).
|
||||||
|
|
||||||
|
|||||||
@@ -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).
|
This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user