mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-06 22:42:56 +00:00
Unsupport musllinux
This commit is contained in:
30
.github/workflows/CI.yml
vendored
30
.github/workflows/CI.yml
vendored
@@ -49,36 +49,6 @@ jobs:
|
|||||||
name: wheels-linux-${{ matrix.platform.target }}
|
name: wheels-linux-${{ matrix.platform.target }}
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
musllinux:
|
|
||||||
runs-on: ${{ matrix.platform.runner }}
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
platform:
|
|
||||||
- runner: ubuntu-latest
|
|
||||||
target: x86_64
|
|
||||||
- runner: ubuntu-latest
|
|
||||||
target: x86
|
|
||||||
- runner: ubuntu-latest
|
|
||||||
target: aarch64
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: 3.x
|
|
||||||
- name: Build wheels
|
|
||||||
uses: PyO3/maturin-action@v1
|
|
||||||
with:
|
|
||||||
target: ${{ matrix.platform.target }}
|
|
||||||
args: --release --out dist --find-interpreter
|
|
||||||
sccache: 'true'
|
|
||||||
manylinux: musllinux_1_2
|
|
||||||
working-directory: sbv2_bindings
|
|
||||||
- name: Upload wheels
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: wheels-musllinux-${{ matrix.platform.target }}
|
|
||||||
path: dist
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
runs-on: ${{ matrix.platform.runner }}
|
runs-on: ${{ matrix.platform.runner }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user