Skip to content

Commit ee297a5

Browse files
committed
Remove abi3 wheel repair workaround
`maturin` will build an abi3 compatible wheel by default.
1 parent 4d0132c commit ee297a5

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
@@ -411,12 +411,3 @@ environment= { PATH = "$PATH:$HOME/.cargo/bin" }
411411
before-build = "rm -rf {project}/build"
412412
build-frontend = "build"
413413
test-command = "python -c 'from synapse.synapse_rust import sum_as_string; print(sum_as_string(1, 2))'"
414-
415-
416-
[tool.cibuildwheel.linux]
417-
# Wrap the repair command to correctly rename the built cpython wheels as ABI3.
418-
repair-wheel-command = "./.ci/scripts/auditwheel_wrapper.py -w {dest_dir} {wheel}"
419-
420-
[tool.cibuildwheel.macos]
421-
# Wrap the repair command to correctly rename the built cpython wheels as ABI3.
422-
repair-wheel-command = "./.ci/scripts/auditwheel_wrapper.py --require-archs {delocate_archs} -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)