Skip to content

Commit 0c79f6f

Browse files
committed
Skip s390x builds.
1 parent 2efa8db commit 0c79f6f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
target: aarch64
3333
- runner: ubuntu-22.04
3434
target: armv7
35-
- runner: ubuntu-22.04
36-
target: s390x
3735
- runner: ubuntu-22.04
3836
target: ppc64le
3937
steps:

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,3 @@ reformat = true
7878
[tool.maturin]
7979
python-source = "python"
8080
module-name = "formate_js._formate_js"
81-
82-
[tool.cibuildwheel.environment]
83-
CFLAGS_s390x_unknown_linux_gnu = "-march=z10"

0 commit comments

Comments
 (0)