We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31997f4 commit ef69a66Copy full SHA for ef69a66
.github/workflows/python.yml
@@ -38,6 +38,9 @@ jobs:
38
python-version: 3.x
39
- name: Build wheels
40
uses: PyO3/maturin-action@v1
41
+ env:
42
+ # https://github.com/rust-lang/stacker/issues/79#issuecomment-1497479267
43
+ CFLAGS_s390x_unknown_linux_gnu: -march=z10
44
with:
45
target: ${{ matrix.platform.target }}
46
args: --release --out dist --find-interpreter
0 commit comments