@@ -41,40 +41,40 @@ jobs:
4141 run : |
4242 cargo test --verbose
4343
44- linux :
45- runs-on : ${{ matrix.platform.runner }}
46- timeout-minutes : 200
47- strategy :
48- matrix :
49- platform :
50- - runner : ubuntu-22.04
51- target : x86_64
52- # Extra specific case, for old windows versions
53- # - runner: ubuntu-22.04
54- # target: x86
55- - runner : ubuntu-22.04
56- target : aarch64
57- - runner : ubuntu-22.04
58- target : s390x
59- - runner : ubuntu-22.04
60- target : ppc64le
61- steps :
62- - uses : actions/checkout@v4
63- - uses : actions/setup-python@v5
64- with :
65- python-version : 3.x
66- - name : Build wheels
67- uses : PyO3/maturin-action@v1
68- with :
69- target : ${{ matrix.platform.target }}
70- args : --release --out dist --find-interpreter
71- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
72- manylinux : auto
73- - name : Upload wheels
74- uses : actions/upload-artifact@v4
75- with :
76- name : wheels-linux-${{ matrix.platform.target }}
77- path : dist
44+ # linux:
45+ # runs-on: ${{ matrix.platform.runner }}
46+ # timeout-minutes: 200
47+ # strategy:
48+ # matrix:
49+ # platform:
50+ # - runner: ubuntu-22.04
51+ # target: x86_64
52+ # # Extra specific case, for old windows versions
53+ # # - runner: ubuntu-22.04
54+ # # target: x86
55+ # - runner: ubuntu-22.04
56+ # target: aarch64
57+ # - runner: ubuntu-22.04
58+ # target: s390x
59+ # - runner: ubuntu-22.04
60+ # target: ppc64le
61+ # steps:
62+ # - uses: actions/checkout@v4
63+ # - uses: actions/setup-python@v5
64+ # with:
65+ # python-version: 3.x
66+ # - name: Build wheels
67+ # uses: PyO3/maturin-action@v1
68+ # with:
69+ # target: ${{ matrix.platform.target }}
70+ # args: --release --out dist --find-interpreter
71+ # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
72+ # manylinux: auto
73+ # - name: Upload wheels
74+ # uses: actions/upload-artifact@v4
75+ # with:
76+ # name: wheels-linux-${{ matrix.platform.target }}
77+ # path: dist
7878
7979 windows :
8080 runs-on : ${{ matrix.platform.runner }}
0 commit comments