File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ jobs:
497
497
- name : TSAN Option Setup
498
498
run : echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
499
499
- name : Configure CPython
500
- run : ./configure --with-thread-sanitizer --without-pymalloc --with-pydebug -- disable-ipv6
500
+ run : ./configure --with-thread-sanitizer --without-pymalloc --disable-ipv6
501
501
- name : Build CPython
502
502
run : make -j4
503
503
- name : Display build info
@@ -518,7 +518,7 @@ jobs:
518
518
- name : TSAN Option Setup
519
519
run : echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
520
520
- name : Configure CPython
521
- run : ./configure --disable-gil --with-thread-sanitizer --with-pydebug -- disable-ipv6
521
+ run : ./configure --disable-gil --with-thread-sanitizer --disable-ipv6
522
522
- name : Build CPython
523
523
run : make -j4
524
524
- name : Display build info
You can’t perform that action at this time.
0 commit comments