We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea7a62 commit 8567a77Copy full SHA for 8567a77
.github/workflows/reusable-san.yml
@@ -97,7 +97,7 @@ jobs:
97
|| '--with-undefined-behavior-sanitizer'
98
}}
99
--with-pydebug
100
- ${{ inputs.sanitizer == 'TSan' && ' --with-openssl="$OPENSSL_DIR" --with-openssl-rpath=auto' || '' }}
+ ${{ inputs.sanitizer == 'TSan' && '--with-openssl="$OPENSSL_DIR" --with-openssl-rpath=auto' || '' }}
101
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
102
- name: Build CPython
103
run: make -j4
0 commit comments