Skip to content

Commit

Permalink
Fix s390x release failure
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 5, 2023
1 parent d660f10 commit 4cd2502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ jobs:
with:
targets: ${{ matrix.platform.target }}
- name: Build wheel
env:
# Make psm compile, see https://github.com/rust-lang/stacker/issues/79
CFLAGS_s390x_unknown_linux_gnu: "-march=z10"
run: |
sudo python3 -m pip install -U --pre maturin
maturin build --release -b bin -o dist \
Expand Down

0 comments on commit 4cd2502

Please sign in to comment.