File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ setup = ['--vsenv'] # For Windows
149
149
[tool .cibuildwheel ]
150
150
skip = " cp36-* cp37-* cp38-* cp39-* pp* *_i686 *_ppc64le *_s390x"
151
151
build-verbosity = " 3"
152
- environment = {LDFLAGS =" -Wl,--strip-all" }
153
152
test-requires = " hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0"
154
153
test-command = """
155
154
PANDAS_CI='1' python -c 'import pandas as pd; \
@@ -159,6 +158,12 @@ test-command = """
159
158
free-threaded-support = true
160
159
before-build = " PACKAGE_DIR={package} bash {package}/scripts/cibw_before_build.sh"
161
160
161
+ [tool .cibuildwheel .macos ]
162
+ environment = {LDFLAGS =" -Wl,--strip-all" }
163
+
164
+ [tool .cibuildwheel .linux ]
165
+ environment = {LDFLAGS =" -Wl,--strip-all" }
166
+
162
167
[tool .cibuildwheel .windows ]
163
168
before-build = " pip install delvewheel && bash {package}/scripts/cibw_before_build_windows.sh"
164
169
before-test = " bash {package}/scripts/cibw_before_test_windows.sh"
You can’t perform that action at this time.
0 commit comments