We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dd01a2 + addcce8 commit fb70d0eCopy full SHA for fb70d0e
.github/workflows/ci.yml
@@ -222,12 +222,15 @@ jobs:
222
PYTHON_ISAL_BUILD_CACHE=True
223
# This is in the docker container. So probably a '/tmp' will be available
224
PYTHON_ISAL_BUILD_CACHE_FILE=/tmp/build_cache
225
+ CFLAGS=-g0
226
CIBW_ENVIRONMENT_WINDOWS: >-
227
228
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}\build_cache
229
230
CIBW_ENVIRONMENT_MACOS: >-
231
232
PYTHON_ISAL_BUILD_CACHE_FILE=${{ runner.temp }}/build_cache
233
234
- name: Build sdist
235
if: ${{runner.os == 'Linux' && matrix.cibw_archs_linux == 'x86_64'}}
236
run: |
0 commit comments