Skip to content

Commit d431b77

Browse files
committed
Remove abi3 wheel repair workaround
`maturin` will build an abi3 compatible wheel by default.
1 parent 03d9522 commit d431b77

File tree

2 files changed

+0
-155
lines changed

2 files changed

+0
-155
lines changed

.ci/scripts/auditwheel_wrapper.py

Lines changed: 0 additions & 146 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,3 @@ environment= { PATH = "$PATH:$HOME/.cargo/bin" }
413413
before-build = "rm -rf {project}/build"
414414
build-frontend = "build"
415415
test-command = "python -c 'from synapse.synapse_rust import sum_as_string; print(sum_as_string(1, 2))'"
416-
417-
418-
[tool.cibuildwheel.linux]
419-
# Wrap the repair command to correctly rename the built cpython wheels as ABI3.
420-
repair-wheel-command = "./.ci/scripts/auditwheel_wrapper.py -w {dest_dir} {wheel}"
421-
422-
[tool.cibuildwheel.macos]
423-
# Wrap the repair command to correctly rename the built cpython wheels as ABI3.
424-
repair-wheel-command = "./.ci/scripts/auditwheel_wrapper.py --require-archs {delocate_archs} -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)