8000 Disable IPv6 in TSAN w/ free-threading job · python/cpython@25a27fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 25a27fc

Browse files
authored
Disable IPv6 in TSAN w/ free-threading job
1 parent e2a2c83 commit 25a27fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-tsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
--config-cache
6161
--with-thread-sanitizer
6262
--with-pydebug
63-
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
63+
${{ fromJSON(inputs.free-threading) && '--disable-gil --disable-ipv6' || '' }}
6464
- name: Build CPython
6565
run: make -j4
6666
- name: Display build info

0 commit comments

Comments
 (0)
0