Skip to content

Commit

Permalink
Backport PR #51971 on branch 2.0.x (BLD: Try g0 on macos?) (#51993)
Browse files Browse the repository at this point in the history
Backport PR #51971: BLD: Try g0 on macos?

Co-authored-by: Thomas Li <[email protected]>
  • Loading branch information
meeseeksmachine and lithomas1 authored Mar 15, 2023
1 parent 1c2163f commit 4eb55ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ parentdir_prefix = "pandas-"
[tool.cibuildwheel]
skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
build-verbosity = "3"
environment = { LDFLAGS="-Wl,--strip-all" }
environment = {LDFLAGS="-Wl,--strip-all" }
test-requires = "hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17"
test-command = "python {project}/ci/test_wheels.py"

Expand All @@ -166,7 +166,7 @@ test-command = ""
# macOS doesn't support stripping wheels with linker
# https://github.com/MacPython/numpy-wheels/pull/87#issuecomment-624878264
select = "*-macosx*"
environment = ""
environment = {CFLAGS="-g0"}

[[tool.cibuildwheel.overrides]]
select = "*-win32"
Expand Down

0 comments on commit 4eb55ed

Please sign in to comment.