Fangjun Kuang
Committed by GitHub

Fix building wheels (#1703)

@@ -20,7 +20,7 @@ jobs: @@ -20,7 +20,7 @@ jobs:
20 strategy: 20 strategy:
21 fail-fast: false 21 fail-fast: false
22 matrix: 22 matrix:
23 - os: [ubuntu-latest] 23 + os: [ubuntu-20.04]
24 python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] 24 python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
25 manylinux: [manylinux2014] #, manylinux_2_28] 25 manylinux: [manylinux2014] #, manylinux_2_28]
26 26
@@ -60,7 +60,6 @@ jobs: @@ -60,7 +60,6 @@ jobs:
60 ls -lh ./wheelhouse/ 60 ls -lh ./wheelhouse/
61 61
62 - name: Install patchelf 62 - name: Install patchelf
63 - if: matrix.os == 'ubuntu-latest'  
64 shell: bash 63 shell: bash
65 run: | 64 run: |
66 sudo apt-get update -q 65 sudo apt-get update -q
@@ -69,7 +68,6 @@ jobs: @@ -69,7 +68,6 @@ jobs:
69 68
70 - name: Patch wheels 69 - name: Patch wheels
71 shell: bash 70 shell: bash
72 - if: matrix.os == 'ubuntu-latest'  
73 run: | 71 run: |
74 mkdir ./wheels 72 mkdir ./wheels
75 sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels 73 sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
@@ -20,7 +20,7 @@ jobs: @@ -20,7 +20,7 @@ jobs:
20 strategy: 20 strategy:
21 fail-fast: false 21 fail-fast: false
22 matrix: 22 matrix:
23 - os: [ubuntu-latest] 23 + os: [ubuntu-20.04]
24 python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] 24 python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
25 manylinux: [manylinux2014] #, manylinux_2_28] 25 manylinux: [manylinux2014] #, manylinux_2_28]
26 26
@@ -60,7 +60,6 @@ jobs: @@ -60,7 +60,6 @@ jobs:
60 ls -lh ./wheelhouse/ 60 ls -lh ./wheelhouse/
61 61
62 - name: Install patchelf 62 - name: Install patchelf
63 - if: matrix.os == 'ubuntu-latest'  
64 shell: bash 63 shell: bash
65 run: | 64 run: |
66 sudo apt-get update -q 65 sudo apt-get update -q
@@ -69,7 +68,6 @@ jobs: @@ -69,7 +68,6 @@ jobs:
69 68
70 - name: Patch wheels 69 - name: Patch wheels
71 shell: bash 70 shell: bash
72 - if: matrix.os == 'ubuntu-latest'  
73 run: | 71 run: |
74 mkdir ./wheels 72 mkdir ./wheels
75 sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels 73 sudo ./scripts/wheel/patch_wheel.py --in-dir ./wheelhouse --out-dir ./wheels
@@ -20,7 +20,7 @@ jobs: @@ -20,7 +20,7 @@ jobs:
20 strategy: 20 strategy:
21 fail-fast: false 21 fail-fast: false
22 matrix: 22 matrix:
23 - os: [ubuntu-latest] 23 + os: [ubuntu-20.04]
24 python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] 24 python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
25 manylinux: [manylinux2014] #, manylinux_2_28] 25 manylinux: [manylinux2014] #, manylinux_2_28]
26 26
1 -# sherpa_onnx_linux 1 +# sherpa_onnx_ios
2 2
3 This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx). 3 This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).
4 4
1 -# sherpa_onnx_linux 1 +# sherpa_onnx_macos
2 2
3 This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx). 3 This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).
4 4
1 -# sherpa_onnx_linux 1 +# sherpa_onnx_windows
2 2
3 This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx). 3 This is a sub project of [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx).
4 4