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 2efa8db commit 0c79f6fCopy full SHA for 0c79f6f
.github/workflows/CI.yml
@@ -32,8 +32,6 @@ jobs:
32
target: aarch64
33
- runner: ubuntu-22.04
34
target: armv7
35
- - runner: ubuntu-22.04
36
- target: s390x
37
38
target: ppc64le
39
steps:
pyproject.toml
@@ -78,6 +78,3 @@ reformat = true
78
[tool.maturin]
79
python-source = "python"
80
module-name = "formate_js._formate_js"
81
-
82
-[tool.cibuildwheel.environment]
83
-CFLAGS_s390x_unknown_linux_gnu = "-march=z10"
0 commit comments