File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,11 @@ test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
152
152
manylinux-x86_64-image = " manylinux2014"
153
153
manylinux-aarch64-image = " manylinux2014"
154
154
musllinux-x86_64-image = " musllinux_1_1"
155
+ # RUNNER_OS is a GitHub Actions specific env var; define it here so it works on Cirrus CI too
155
156
environment = {RUNNER_OS =" Linux" }
156
157
157
158
[tool .cibuildwheel .macos ]
158
- # For universal2 wheels, we will need to fuse them manually
159
- # instead of going through cibuildwheel
160
- # This is because cibuildwheel tries to make a fat wheel
161
- # https://github.com/multi-build/multibuild/blame/devel/README.rst#L541-L565
162
- # for more info
159
+ # universal2 wheels are not supported (see gh-21233), use `delocate-fuse` if you need them
163
160
archs = " x86_64 arm64"
164
161
test-skip = " *_universal2:arm64"
165
162
# MACOS linker doesn't support stripping symbols.
You can’t perform that action at this time.
0 commit comments