Skip to content

Commit ef69a66

Browse files
authored
fix: python builds (#90)
This one's obscure
1 parent 31997f4 commit ef69a66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
python-version: 3.x
3939
- name: Build wheels
4040
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
4144
with:
4245
target: ${{ matrix.platform.target }}
4346
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)