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 @@ -411,12 +411,3 @@ environment= { PATH = "$PATH:$HOME/.cargo/bin" }
411411before-build = " rm -rf {project}/build"
412412build-frontend = " build"
413413test-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}"
You can’t perform that action at this time.
0 commit comments