From: Daniele Varrazzo Date: Mon, 8 Nov 2021 16:55:54 +0000 (+0100) Subject: Strip debug symbols from wheel packages X-Git-Tag: 3.0.3~10^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2791238b36b2f644bfa06e163f04de3772ccb655;p=thirdparty%2Fpsycopg.git Strip debug symbols from wheel packages Close #142 --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 07f51954b..3286ab92a 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -115,6 +115,7 @@ jobs: CIBW_BUILD: ${{matrix.pyver}}-manylinux_${{matrix.arch}} CIBW_ARCHS_LINUX: auto aarch64 ppc64le CIBW_BEFORE_ALL_LINUX: ./tools/build/wheel_linux_before_all.sh + CIBW_REPAIR_WHEEL_COMMAND: 'auditwheel repair --strip -w {dest_dir} {wheel}' CIBW_TEST_REQUIRES: ./psycopg[test] ./psycopg_pool CIBW_TEST_COMMAND: pytest {project}/tests -m 'not slow' --color yes CIBW_ENVIRONMENT: >-