We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7977b1b commit b5fac88Copy full SHA for b5fac88
1 file changed
.github/workflows/build_wheels_linux.yml
@@ -13,6 +13,7 @@ jobs:
13
CIBW_TEST_REQUIRES: pynose mock pure-sasl eventlet
14
CIBW_TEST_COMMAND: echo "wheel is installed"
15
CIBW_BEFORE_ALL: yum install -y libev libev-devel
16
+ CIBW_ENVIRONMENT: CFLAGS='-s'
17
steps:
18
- uses: actions/checkout@v3
19
with:
0 commit comments