From c947df21054da57834f3e1c6427fee565c15324c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA=E8=A1=9B?= =?UTF-8?q?=E9=9A=8A?= Date: Sun, 22 Sep 2024 16:16:25 +0900 Subject: [PATCH] Unsupport musllinux --- .github/workflows/CI.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 938d0b1..ca3bf56 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,36 +49,6 @@ jobs: name: wheels-linux-${{ matrix.platform.target }} 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: runs-on: ${{ matrix.platform.runner }} strategy: