Refactor building wheels (#436)

This commit is contained in:
Fangjun Kuang
2023-11-20 12:33:06 +08:00
committed by GitHub
parent e6a2d0da3b
commit 38ad05bdf8
10 changed files with 404 additions and 78 deletions

View File

@@ -142,7 +142,7 @@ jobs:
shell: bash
run: |
export PATH=$GITHUB_WORKSPACE/toolchain/bin:$PATH
aarch64-none-linux-gnu-strip --version
aarch64-linux-gnu-strip --version
SHERPA_ONNX_VERSION=v$(grep "SHERPA_ONNX_VERSION" ./CMakeLists.txt | cut -d " " -f 2 | cut -d '"' -f 2)
@@ -157,7 +157,7 @@ jobs:
ls -lh $dst/bin/
echo "strip"
aarch64-none-linux-gnu-strip $dst/bin/*
aarch64-linux-gnu-strip $dst/bin/*
tree $dst