We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8691a6d commit c887c85Copy full SHA for c887c85
.github/workflows/reusable-san.yml
@@ -121,7 +121,7 @@ jobs:
121
|| '--with-undefined-behavior-sanitizer'
122
}}
123
--with-pydebug
124
- ${{ inputs.sanitizer == 'TSan' && ' --with-openssl="$OPENSSL_DIR"' || '' }}
+ ${{ inputs.sanitizer == 'TSan' && ' --with-openssl="$OPENSSL_DIR" --with-openssl-rpath=auto' || '' }}
125
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
126
- name: Build CPython
127
run: make -j4
0 commit comments