Skip to content

Commit c887c85

Browse files
committed
rpath
1 parent 8691a6d commit c887c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-san.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
|| '--with-undefined-behavior-sanitizer'
122122
}}
123123
--with-pydebug
124-
${{ inputs.sanitizer == 'TSan' && ' --with-openssl="$OPENSSL_DIR"' || '' }}
124+
${{ inputs.sanitizer == 'TSan' && ' --with-openssl="$OPENSSL_DIR" --with-openssl-rpath=auto' || '' }}
125125
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
126126
- name: Build CPython
127127
run: make -j4

0 commit comments

Comments
 (0)