Skip to content

Commit

Permalink
Disable IPv6 in TSAN w/ free-threading job
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Feb 6, 2025
1 parent e2a2c83 commit 25a27fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
--config-cache
--with-thread-sanitizer
--with-pydebug
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
${{ fromJSON(inputs.free-threading) && '--disable-gil --disable-ipv6' || '' }}
- name: Build CPython
run: make -j4
- name: Display build info
Expand Down

0 comments on commit 25a27fc

Please sign in to comment.