File tree Expand file tree Collapse file tree 2 files changed +0
-155
lines changed
Expand file tree Collapse file tree 2 files changed +0
-155
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -413,12 +413,3 @@ environment= { PATH = "$PATH:$HOME/.cargo/bin" }
413413before-build = " rm -rf {project}/build"
414414build-frontend = " build"
415415test-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}"
You can’t perform that action at this time.
0 commit comments