|
37 | 37 | rust: nightly |
38 | 38 | args: --package mitmproxy-linux-ebpf |
39 | 39 | env: |
40 | | - RUSTFLAGS: ${{ matrix.rust == 'nightly' && '-C panic=abort' || '' }} |
| 40 | + RUSTFLAGS: ${{ matrix.rust == 'nightly' && '-Zpanic_abort_tests -C panic=abort' || '' }} |
41 | 41 | steps: |
42 | 42 | - uses: mhils/workflows/checkout@v12 |
43 | 43 | - uses: ./.github/actions/setup |
@@ -86,10 +86,10 @@ jobs: |
86 | 86 |
|
87 | 87 | - if: runner.os == 'Linux' |
88 | 88 | name: Install maturin[zig] from PyPI |
89 | | - uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089 |
| 89 | + uses: install-pinned/maturin-with-zig@9b93d1cb00f6b4e370eafb0a56a356eded87f69f |
90 | 90 | - if: runner.os != 'Linux' |
91 | 91 | name: Install maturin from PyPI |
92 | | - uses: install-pinned/maturin@c8c3a8f7f2b2ecf1728c96824734c6c6afe7e3e8 |
| 92 | + uses: install-pinned/maturin@0de1880845261f9916e3d1395587eb80365ad3ac |
93 | 93 |
|
94 | 94 | - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') |
95 | 95 | run: python .github/scripts/pin-versions.py |
@@ -190,7 +190,7 @@ jobs: |
190 | 190 | with: |
191 | 191 | extra-targets: ${{ matrix.target }} |
192 | 192 | - name: Install maturin[zig] from PyPI |
193 | | - uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089 |
| 193 | + uses: install-pinned/maturin-with-zig@9b93d1cb00f6b4e370eafb0a56a356eded87f69f |
194 | 194 |
|
195 | 195 | - run: maturin build --release ${{ matrix.args }} |
196 | 196 | working-directory: ./mitmproxy-linux |
|
0 commit comments