8000 DOC: update comment on `RUNNER_OS` and universal2 in pyproject.toml [… · numpy/numpy@a5aa53c · GitHub
[go: up one dir, main page]

Skip to content

Commit a5aa53c

Browse files
committed
DOC: update comment on RUNNER_OS and universal2 in pyproject.toml [wheel build]
1 parent 1ca5c49 commit a5aa53c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,11 @@ test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
152152
manylinux-x86_64-image = "manylinux2014"
153153
manylinux-aarch64-image = "manylinux2014"
154154
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
155156
environment = {RUNNER_OS="Linux"}
156157

157158
[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
163160
archs = "x86_64 arm64"
164161
test-skip = "*_universal2:arm64"
165162
# MACOS linker doesn't support stripping symbols.

0 commit comments

Comments
 (0)
0