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 58bd8de commit c4dfe74Copy full SHA for c4dfe74
pyproject.toml
@@ -88,11 +88,9 @@ test-command = "pytest -v --ignore={project}/tests/benchmarks {project}/tests"
88
89
[tool.cibuildwheel.linux]
90
environment = { PYTEST_CODSPEED_FORCE_EXTENSION_BUILD = "1", PYTEST_CODSPEED_FORCE_VALGRIND_TESTS = "1" }
91
-archs = ["x86_64", "aarch64"]
92
manylinux-x86_64-image = "manylinux_2_28"
93
manylinux-aarch64-image = "manylinux_2_28"
94
-before-all = "yum -y install valgrind-devel || apk add --upgrad valgrind-dev"
95
-container-engine = { name = "docker", disable-host-mount = true }
+before-all = "yum -y install valgrind-devel"
96
97
[tool.mypy]
98
python_version = "3.12"
0 commit comments